Html Css Color HEX #85099D Dark Magenta

📋 copy color: '#85099D'

red 133 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #85099D

Tints of Dark Magenta #85099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.01%

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 44.48%
G = 3.01%
B = 52.51%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85099D (or 0x85099D) is known color: Dark Magenta. HEX triplet: 85, 09 and 9D. RGB value is (133,9,157). Sum of RGB (Red+Green+Blue) = 133+9+157=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #85099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85099D is #7AF662. Grayscale: #3E3E3E. Windows color (decimal): -8058467 or 10291589. OLE color: 10291589.

HSL color Cylindrical-coordinate representation of color #85099D: hue angle of 290.27º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85099D is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 9 157 -
CMYK 0.15 0.94 0 0.38
HSL 290.27º 0.89% 0.33% -
HSV(B) 290.27º 0.94% 0.62% -
XYZ 15.86 7.62 32.53 -
YUV 62.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 133 9 157 0.15 0.94 0 0.38 290.27 0.89 0.33
Hex 85 9 9D F 5E 0 26 122 59 21
Octal 205 11 235 17 136 0 46 442 131 41
Binary 10000101 1001 10011101 1111 1011110 0 100110 100100010 1011001 100001

Color Harmonies of #85099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85099D

Black with #85099D

Text Example


Text Example

White with #85099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85099D; }

 p { color: rgb(133,9,157); }

 H1.HeaderClassName
 {
   color: #85099D;
 }
 .AnyTagClassName
 {
   color: #85099D;
 }
</style>

background-color css

<style>
 a { background-color: #85099D; }

 a { background-color: rgb(133,9,157); }

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

border-color css

<style>
 span { border-color: #85099D; }

 span { border-color: rgb(133,9,157); }

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