Html Css Color HEX #85118C Dark Magenta

📋 copy color: '#85118C'

red 133 ◦ green 17 ◦ blue 140

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

Shades of Dark Magenta #85118C

Tints of Dark Magenta #85118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.86%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 45.86%
G = 5.86%
B = 48.28%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85118C (or 0x85118C) is known color: Dark Magenta. HEX triplet: 85, 11 and 8C. RGB value is (133,17,140). Sum of RGB (Red+Green+Blue) = 133+17+140=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #85118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85118C is #7AEE73. Grayscale: #414141. Windows color (decimal): -8056436 or 9179525. OLE color: 9179525.

HSL color Cylindrical-coordinate representation of color #85118C: hue angle of 296.59º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85118C is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 17 140 -
CMYK 0.05 0.88 0 0.45
HSL 296.59º 0.78% 0.31% -
HSV(B) 296.59º 0.88% 0.55% -
XYZ 14.61 7.28 25.45 -
YUV 65.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 133 17 140 0.05 0.88 0 0.45 296.59 0.78 0.31
Hex 85 11 8C 5 58 0 2D 129 4E 1F
Octal 205 21 214 5 130 0 55 451 116 37
Binary 10000101 10001 10001100 101 1011000 0 101101 100101001 1001110 11111

Color Harmonies of #85118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85118C

Black with #85118C

Text Example


Text Example

White with #85118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,17,140); }

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

background-color css

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

 a { background-color: rgb(133,17,140); }

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

border-color css

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

 span { border-color: rgb(133,17,140); }

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