Html Css Color HEX #85196B Dark Purple

📋 copy color: '#85196B'

red 133 ◦ green 25 ◦ blue 107

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

Shades of Dark Purple #85196B

Tints of Dark Purple #85196B

RGB

 RED value IS 133 (52.34% from 255) = 50.19%

 GREEN value IS 25 (10.16% from 255) = 9.43%

 BLUE value IS 107 (42.19% from 255) = 40.38%

R = 50.19%
G = 9.43%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85196B (or 0x85196B) is known color: Dark Purple. HEX triplet: 85, 19 and 6B. RGB value is (133,25,107). Sum of RGB (Red+Green+Blue) = 133+25+107=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85196B is #7AE694. Grayscale: #424242. Windows color (decimal): -8054421 or 7018885. OLE color: 7018885.

HSL color Cylindrical-coordinate representation of color #85196B: hue angle of 314.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85196B is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 107 -
CMYK 0 0.81 0.20 0.48
HSL 314.44º 0.68% 0.31% -
HSV(B) 314.44º 0.81% 0.52% -
XYZ 12.67 6.74 14.54 -
YUV 66.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 133 25 107 0 0.81 0.20 0.48 314.44 0.68 0.31
Hex 85 19 6B 0 51 14 30 13A 44 1F
Octal 205 31 153 0 121 24 60 472 104 37
Binary 10000101 11001 1101011 0 1010001 10100 110000 100111010 1000100 11111

Color Harmonies of #85196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85196B

Black with #85196B

Text Example


Text Example

White with #85196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85196B; }

 p { color: rgb(133,25,107); }

 H1.HeaderClassName
 {
   color: #85196B;
 }
 .AnyTagClassName
 {
   color: #85196B;
 }
</style>

background-color css

<style>
 a { background-color: #85196B; }

 a { background-color: rgb(133,25,107); }

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

border-color css

<style>
 span { border-color: #85196B; }

 span { border-color: rgb(133,25,107); }

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