Html Css Color HEX #850799 Dark Magenta

📋 copy color: '#850799'

red 133 ◦ green 7 ◦ blue 153

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

Shades of Dark Magenta #850799

Tints of Dark Magenta #850799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.39%

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

R = 45.39%
G = 2.39%
B = 52.22%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#850799 (or 0x850799) is known color: Dark Magenta. HEX triplet: 85, 07 and 99. RGB value is (133,7,153). Sum of RGB (Red+Green+Blue) = 133+7+153=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #850799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850799 is #7AF866. Grayscale: #3C3C3C. Windows color (decimal): -8058983 or 10028933. OLE color: 10028933.

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

Color convert

RGB 133 7 153 -
CMYK 0.13 0.95 0 0.4
HSL 291.78º 0.91% 0.31% -
HSV(B) 291.78º 0.95% 0.6% -
XYZ 15.5 7.44 30.76 -
YUV 61.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 133 7 153 0.13 0.95 0 0.4 291.78 0.91 0.31
Hex 85 7 99 D 5F 0 28 124 5B 1F
Octal 205 7 231 15 137 0 50 444 133 37
Binary 10000101 111 10011001 1101 1011111 0 101000 100100100 1011011 11111

Color Harmonies of #850799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850799

Black with #850799

Text Example


Text Example

White with #850799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850799; }

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

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

background-color css

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

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

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

border-color css

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

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

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