Html Css Color HEX #85178C Dark Magenta

📋 copy color: '#85178C'

red 133 ◦ green 23 ◦ blue 140

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

Shades of Dark Magenta #85178C

Tints of Dark Magenta #85178C

RGB

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

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

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

R = 44.93%
G = 7.77%
B = 47.3%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85178C (or 0x85178C) is known color: Dark Magenta. HEX triplet: 85, 17 and 8C. RGB value is (133,23,140). Sum of RGB (Red+Green+Blue) = 133+23+140=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #85178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85178C is #7AE873. Grayscale: #444444. Windows color (decimal): -8054900 or 9181061. OLE color: 9181061.

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

Color convert

RGB 133 23 140 -
CMYK 0.05 0.84 0 0.45
HSL 296.41º 0.72% 0.32% -
HSV(B) 296.41º 0.84% 0.55% -
XYZ 14.71 7.49 25.48 -
YUV 69.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 133 23 140 0.05 0.84 0 0.45 296.41 0.72 0.32
Hex 85 17 8C 5 54 0 2D 128 48 20
Octal 205 27 214 5 124 0 55 450 110 40
Binary 10000101 10111 10001100 101 1010100 0 101101 100101000 1001000 100000

Color Harmonies of #85178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85178C

Black with #85178C

Text Example


Text Example

White with #85178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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