Html Css Color HEX #85196D Dark Purple

📋 copy color: '#85196D'

red 133 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #85196D

Tints of Dark Purple #85196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 49.81%
G = 9.36%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85196D (or 0x85196D) is known color: Dark Purple. HEX triplet: 85, 19 and 6D. RGB value is (133,25,109). Sum of RGB (Red+Green+Blue) = 133+25+109=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85196D is #7AE692. Grayscale: #424242. Windows color (decimal): -8054419 or 7149957. OLE color: 7149957.

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

Color convert

RGB 133 25 109 -
CMYK 0 0.81 0.18 0.48
HSL 313.33º 0.68% 0.31% -
HSV(B) 313.33º 0.81% 0.52% -
XYZ 12.78 6.79 15.1 -
YUV 66.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 133 25 109 0 0.81 0.18 0.48 313.33 0.68 0.31
Hex 85 19 6D 0 51 12 30 139 44 1F
Octal 205 31 155 0 121 22 60 471 104 37
Binary 10000101 11001 1101101 0 1010001 10010 110000 100111001 1000100 11111

Color Harmonies of #85196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85196D

Black with #85196D

Text Example


Text Example

White with #85196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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