Html Css Color HEX #85198C Dark Magenta

📋 copy color: '#85198C'

red 133 ◦ green 25 ◦ blue 140

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

Shades of Dark Magenta #85198C

Tints of Dark Magenta #85198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

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

R = 44.63%
G = 8.39%
B = 46.98%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85198C (or 0x85198C) is known color: Dark Magenta. HEX triplet: 85, 19 and 8C. RGB value is (133,25,140). Sum of RGB (Red+Green+Blue) = 133+25+140=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #85198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85198C is #7AE673. Grayscale: #464646. Windows color (decimal): -8054388 or 9181573. OLE color: 9181573.

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

Color convert

RGB 133 25 140 -
CMYK 0.05 0.82 0 0.45
HSL 296.35º 0.7% 0.32% -
HSV(B) 296.35º 0.82% 0.55% -
XYZ 14.75 7.58 25.5 -
YUV 70.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 133 25 140 0.05 0.82 0 0.45 296.35 0.7 0.32
Hex 85 19 8C 5 52 0 2D 128 46 20
Octal 205 31 214 5 122 0 55 450 106 40
Binary 10000101 11001 10001100 101 1010010 0 101101 100101000 1000110 100000

Color Harmonies of #85198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85198C

Black with #85198C

Text Example


Text Example

White with #85198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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