Html Css Color HEX #85018E Dark Magenta

📋 copy color: '#85018E'

red 133 ◦ green 1 ◦ blue 142

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

Shades of Dark Magenta #85018E

Tints of Dark Magenta #85018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 51.45%

R = 48.19%
G = 0.36%
B = 51.45%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85018E (or 0x85018E) is known color: Dark Magenta. HEX triplet: 85, 01 and 8E. RGB value is (133,1,142). Sum of RGB (Red+Green+Blue) = 133+1+142=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #85018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85018E is #7AFE71. Grayscale: #383838. Windows color (decimal): -8060530 or 9306501. OLE color: 9306501.

HSL color Cylindrical-coordinate representation of color #85018E: hue angle of 296.17º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85018E is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 1 142 -
CMYK 0.06 0.99 0 0.44
HSL 296.17º 0.99% 0.28% -
HSV(B) 296.17º 0.99% 0.56% -
XYZ 14.57 6.96 26.17 -
YUV 56.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 133 1 142 0.06 0.99 0 0.44 296.17 0.99 0.28
Hex 85 1 8E 6 63 0 2C 128 63 1C
Octal 205 1 216 6 143 0 54 450 143 34
Binary 10000101 1 10001110 110 1100011 0 101100 100101000 1100011 11100

Color Harmonies of #85018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85018E

Black with #85018E

Text Example


Text Example

White with #85018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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