Html Css Color HEX #851799 Dark Magenta

📋 copy color: '#851799'

red 133 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #851799

Tints of Dark Magenta #851799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 43.04%
G = 7.44%
B = 49.51%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#851799 (or 0x851799) is known color: Dark Magenta. HEX triplet: 85, 17 and 99. RGB value is (133,23,153). Sum of RGB (Red+Green+Blue) = 133+23+153=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #851799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851799 is #7AE866. Grayscale: #464646. Windows color (decimal): -8054887 or 10033029. OLE color: 10033029.

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

Color convert

RGB 133 23 153 -
CMYK 0.13 0.85 0 0.4
HSL 290.77º 0.74% 0.35% -
HSV(B) 290.77º 0.85% 0.6% -
XYZ 15.73 7.9 30.83 -
YUV 70.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 133 23 153 0.13 0.85 0 0.4 290.77 0.74 0.35
Hex 85 17 99 D 55 0 28 123 4A 23
Octal 205 27 231 15 125 0 50 443 112 43
Binary 10000101 10111 10011001 1101 1010101 0 101000 100100011 1001010 100011

Color Harmonies of #851799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851799

Black with #851799

Text Example


Text Example

White with #851799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851799; }

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

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

background-color css

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

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

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

border-color css

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

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

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