Html Css Color HEX #85196E Dark Purple

📋 copy color: '#85196E'

red 133 ◦ green 25 ◦ blue 110

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

Shades of Dark Purple #85196E

Tints of Dark Purple #85196E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 49.63%
G = 9.33%
B = 41.04%

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

#85196E (or 0x85196E) is known color: Dark Purple. HEX triplet: 85, 19 and 6E. RGB value is (133,25,110). Sum of RGB (Red+Green+Blue) = 133+25+110=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85196E is #7AE691. Grayscale: #424242. Windows color (decimal): -8054418 or 7215493. OLE color: 7215493.

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

Color convert

RGB 133 25 110 -
CMYK 0 0.81 0.17 0.48
HSL 312.78º 0.68% 0.31% -
HSV(B) 312.78º 0.81% 0.52% -
XYZ 12.83 6.81 15.39 -
YUV 66.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 133 25 110 0 0.81 0.17 0.48 312.78 0.68 0.31
Hex 85 19 6E 0 51 11 30 139 44 1F
Octal 205 31 156 0 121 21 60 471 104 37
Binary 10000101 11001 1101110 0 1010001 10001 110000 100111001 1000100 11111

Color Harmonies of #85196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85196E

Black with #85196E

Text Example


Text Example

White with #85196E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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