Html Css Color HEX #85128E Dark Magenta

📋 copy color: '#85128E'

red 133 ◦ green 18 ◦ blue 142

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

Shades of Dark Magenta #85128E

Tints of Dark Magenta #85128E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 45.39%
G = 6.14%
B = 48.46%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85128E (or 0x85128E) is known color: Dark Magenta. HEX triplet: 85, 12 and 8E. RGB value is (133,18,142). Sum of RGB (Red+Green+Blue) = 133+18+142=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #85128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85128E is #7AED71. Grayscale: #424242. Windows color (decimal): -8056178 or 9310853. OLE color: 9310853.

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

Color convert

RGB 133 18 142 -
CMYK 0.06 0.87 0 0.44
HSL 295.65º 0.78% 0.31% -
HSV(B) 295.65º 0.87% 0.56% -
XYZ 14.77 7.37 26.24 -
YUV 66.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 133 18 142 0.06 0.87 0 0.44 295.65 0.78 0.31
Hex 85 12 8E 6 57 0 2C 128 4E 1F
Octal 205 22 216 6 127 0 54 450 116 37
Binary 10000101 10010 10001110 110 1010111 0 101100 100101000 1001110 11111

Color Harmonies of #85128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85128E

Black with #85128E

Text Example


Text Example

White with #85128E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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