Html Css Color HEX #85196F Dark Purple

📋 copy color: '#85196F'

red 133 ◦ green 25 ◦ blue 111

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

Shades of Dark Purple #85196F

Tints of Dark Purple #85196F

RGB

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

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

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

R = 49.44%
G = 9.29%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85196F (or 0x85196F) is known color: Dark Purple. HEX triplet: 85, 19 and 6F. RGB value is (133,25,111). Sum of RGB (Red+Green+Blue) = 133+25+111=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #85196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85196F is #7AE690. Grayscale: #424242. Windows color (decimal): -8054417 or 7281029. OLE color: 7281029.

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

Color convert

RGB 133 25 111 -
CMYK 0 0.81 0.17 0.48
HSL 312.22º 0.68% 0.31% -
HSV(B) 312.22º 0.81% 0.52% -
XYZ 12.89 6.83 15.68 -
YUV 67.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 133 25 111 0 0.81 0.17 0.48 312.22 0.68 0.31
Hex 85 19 6F 0 51 11 30 138 44 1F
Octal 205 31 157 0 121 21 60 470 104 37
Binary 10000101 11001 1101111 0 1010001 10001 110000 100111000 1000100 11111

Color Harmonies of #85196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85196F

Black with #85196F

Text Example


Text Example

White with #85196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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