Html Css Color HEX #85178E Dark Magenta

📋 copy color: '#85178E'

red 133 ◦ green 23 ◦ blue 142

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

Shades of Dark Magenta #85178E

Tints of Dark Magenta #85178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

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

R = 44.63%
G = 7.72%
B = 47.65%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85178E (or 0x85178E) is known color: Dark Magenta. HEX triplet: 85, 17 and 8E. RGB value is (133,23,142). Sum of RGB (Red+Green+Blue) = 133+23+142=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #85178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85178E is #7AE871. Grayscale: #454545. Windows color (decimal): -8054898 or 9312133. OLE color: 9312133.

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

Color convert

RGB 133 23 142 -
CMYK 0.06 0.84 0 0.44
HSL 295.46º 0.72% 0.32% -
HSV(B) 295.46º 0.84% 0.56% -
XYZ 14.86 7.55 26.27 -
YUV 69.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 133 23 142 0.06 0.84 0 0.44 295.46 0.72 0.32
Hex 85 17 8E 6 54 0 2C 127 48 20
Octal 205 27 216 6 124 0 54 447 110 40
Binary 10000101 10111 10001110 110 1010100 0 101100 100100111 1001000 100000

Color Harmonies of #85178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85178E

Black with #85178E

Text Example


Text Example

White with #85178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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