Html Css Color HEX #85099F Dark Magenta

📋 copy color: '#85099F'

red 133 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #85099F

Tints of Dark Magenta #85099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.82%

R = 44.19%
G = 2.99%
B = 52.82%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85099F (or 0x85099F) is known color: Dark Magenta. HEX triplet: 85, 09 and 9F. RGB value is (133,9,159). Sum of RGB (Red+Green+Blue) = 133+9+159=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #85099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85099F is #7AF660. Grayscale: #3E3E3E. Windows color (decimal): -8058465 or 10422661. OLE color: 10422661.

HSL color Cylindrical-coordinate representation of color #85099F: hue angle of 289.6º 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 #85099F is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 9 159 -
CMYK 0.16 0.94 0 0.38
HSL 289.6º 0.89% 0.33% -
HSV(B) 289.6º 0.94% 0.62% -
XYZ 16.03 7.69 33.44 -
YUV 63.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 133 9 159 0.16 0.94 0 0.38 289.6 0.89 0.33
Hex 85 9 9F 10 5E 0 26 122 59 21
Octal 205 11 237 20 136 0 46 442 131 41
Binary 10000101 1001 10011111 10000 1011110 0 100110 100100010 1011001 100001

Color Harmonies of #85099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85099F

Black with #85099F

Text Example


Text Example

White with #85099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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