Html Css Color HEX #85019C Dark Magenta

📋 copy color: '#85019C'

red 133 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #85019C

Tints of Dark Magenta #85019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 45.86%
G = 0.34%
B = 53.79%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85019C (or 0x85019C) is known color: Dark Magenta. HEX triplet: 85, 01 and 9C. RGB value is (133,1,156). Sum of RGB (Red+Green+Blue) = 133+1+156=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #85019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85019C is #7AFE63. Grayscale: #393939. Windows color (decimal): -8060516 or 10224005. OLE color: 10224005.

HSL color Cylindrical-coordinate representation of color #85019C: hue angle of 291.1º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85019C is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 1 156 -
CMYK 0.15 0.99 0 0.39
HSL 291.1º 0.99% 0.31% -
HSV(B) 291.1º 0.99% 0.61% -
XYZ 15.68 7.41 32.06 -
YUV 58.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 133 1 156 0.15 0.99 0 0.39 291.1 0.99 0.31
Hex 85 1 9C F 63 0 27 123 63 1F
Octal 205 1 234 17 143 0 47 443 143 37
Binary 10000101 1 10011100 1111 1100011 0 100111 100100011 1100011 11111

Color Harmonies of #85019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85019C

Black with #85019C

Text Example


Text Example

White with #85019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85019C; }

 p { color: rgb(133,1,156); }

 H1.HeaderClassName
 {
   color: #85019C;
 }
 .AnyTagClassName
 {
   color: #85019C;
 }
</style>

background-color css

<style>
 a { background-color: #85019C; }

 a { background-color: rgb(133,1,156); }

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

border-color css

<style>
 span { border-color: #85019C; }

 span { border-color: rgb(133,1,156); }

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