Html Css Color HEX #83316F Dark Purple

📋 copy color: '#83316F'

red 131 ◦ green 49 ◦ blue 111

#83316F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #83316F

Tints of Dark Purple #83316F

RGB

 RED value IS 131 (51.56% from 255) = 45.02%

 GREEN value IS 49 (19.53% from 255) = 16.84%

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 45.02%
G = 16.84%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#83316F (or 0x83316F) is known color: Dark Purple. HEX triplet: 83, 31 and 6F. RGB value is (131,49,111). Sum of RGB (Red+Green+Blue) = 131+49+111=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83316F is #7CCE90. Grayscale: #505050. Windows color (decimal): -8179345 or 7287171. OLE color: 7287171.

HSL color Cylindrical-coordinate representation of color #83316F: hue angle of 314.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83316F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 111 -
CMYK 0 0.63 0.15 0.49
HSL 314.63º 0.46% 0.35% -
HSV(B) 314.63º 0.63% 0.51% -
XYZ 13.33 8.17 15.91 -
YUV 80.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 131 49 111 0 0.63 0.15 0.49 314.63 0.46 0.35
Hex 83 31 6F 0 3F F 31 13B 2E 23
Octal 203 61 157 0 77 17 61 473 56 43
Binary 10000011 110001 1101111 0 111111 1111 110001 100111011 101110 100011

Color Harmonies of #83316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83316F

Black with #83316F

Text Example


Text Example

White with #83316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83316F; }

 p { color: rgb(131,49,111); }

 H1.HeaderClassName
 {
   color: #83316F;
 }
 .AnyTagClassName
 {
   color: #83316F;
 }
</style>

background-color css

<style>
 a { background-color: #83316F; }

 a { background-color: rgb(131,49,111); }

 div.DivClassName
 {
   background-color: #83316F;
 }
 .BgClassName
 {
   background-color: #83316F;
 }
</style>

border-color css

<style>
 span { border-color: #83316F; }

 span { border-color: rgb(131,49,111); }

 td.TdClassName
 {
   border-color: #83316F;
 }
 .TagClassName
 {
   border-color: #83316F;
 }
</style>