Html Css Color HEX #850599 Dark Magenta

📋 copy color: '#850599'

red 133 ◦ green 5 ◦ blue 153

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

Shades of Dark Magenta #850599

Tints of Dark Magenta #850599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 45.7%
G = 1.72%
B = 52.58%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#850599 (or 0x850599) is known color: Dark Magenta. HEX triplet: 85, 05 and 99. RGB value is (133,5,153). Sum of RGB (Red+Green+Blue) = 133+5+153=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #850599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850599 is #7AFA66. Grayscale: #3B3B3B. Windows color (decimal): -8059495 or 10028421. OLE color: 10028421.

HSL color Cylindrical-coordinate representation of color #850599: hue angle of 291.89º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850599 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 5 153 -
CMYK 0.13 0.97 0 0.4
HSL 291.89º 0.94% 0.31% -
HSV(B) 291.89º 0.97% 0.6% -
XYZ 15.48 7.39 30.75 -
YUV 60.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 133 5 153 0.13 0.97 0 0.4 291.89 0.94 0.31
Hex 85 5 99 D 61 0 28 124 5E 1F
Octal 205 5 231 15 141 0 50 444 136 37
Binary 10000101 101 10011001 1101 1100001 0 101000 100100100 1011110 11111

Color Harmonies of #850599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850599

Black with #850599

Text Example


Text Example

White with #850599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850599; }

 p { color: rgb(133,5,153); }

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

background-color css

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

 a { background-color: rgb(133,5,153); }

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

border-color css

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

 span { border-color: rgb(133,5,153); }

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