Html Css Color HEX #85196A Dark Purple

📋 copy color: '#85196A'

red 133 ◦ green 25 ◦ blue 106

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

Shades of Dark Purple #85196A

Tints of Dark Purple #85196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.15%

R = 50.38%
G = 9.47%
B = 40.15%

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

#85196A (or 0x85196A) is known color: Dark Purple. HEX triplet: 85, 19 and 6A. RGB value is (133,25,106). Sum of RGB (Red+Green+Blue) = 133+25+106=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85196A is #7AE695. Grayscale: #424242. Windows color (decimal): -8054422 or 6953349. OLE color: 6953349.

HSL color Cylindrical-coordinate representation of color #85196A: hue angle of 315º 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 #85196A is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 106 -
CMYK 0 0.81 0.20 0.48
HSL 315º 0.68% 0.31% -
HSV(B) 315º 0.81% 0.52% -
XYZ 12.62 6.72 14.27 -
YUV 66.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 133 25 106 0 0.81 0.20 0.48 315 0.68 0.31
Hex 85 19 6A 0 51 14 30 13B 44 1F
Octal 205 31 152 0 121 24 60 473 104 37
Binary 10000101 11001 1101010 0 1010001 10100 110000 100111011 1000100 11111

Color Harmonies of #85196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85196A

Black with #85196A

Text Example


Text Example

White with #85196A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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