Html Css Color HEX #810996 Dark Magenta

📋 copy color: '#810996'

red 129 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #810996

Tints of Dark Magenta #810996

RGB

 RED value IS 129 (50.78% from 255) = 44.79%

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 44.79%
G = 3.13%
B = 52.08%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#810996 (or 0x810996) is known color: Dark Magenta. HEX triplet: 81, 09 and 96. RGB value is (129,9,150). Sum of RGB (Red+Green+Blue) = 129+9+150=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #810996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810996 is #7EF669. Grayscale: #3C3C3C. Windows color (decimal): -8320618 or 9832833. OLE color: 9832833.

HSL color Cylindrical-coordinate representation of color #810996: hue angle of 291.06º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810996 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 9 150 -
CMYK 0.14 0.94 0 0.41
HSL 291.06º 0.89% 0.31% -
HSV(B) 291.06º 0.94% 0.59% -
XYZ 14.66 7.06 29.45 -
YUV 60.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 129 9 150 0.14 0.94 0 0.41 291.06 0.89 0.31
Hex 81 9 96 E 5E 0 29 123 59 1F
Octal 201 11 226 16 136 0 51 443 131 37
Binary 10000001 1001 10010110 1110 1011110 0 101001 100100011 1011001 11111

Color Harmonies of #810996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810996

Black with #810996

Text Example


Text Example

White with #810996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810996; }

 p { color: rgb(129,9,150); }

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

background-color css

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

 a { background-color: rgb(129,9,150); }

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

border-color css

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

 span { border-color: rgb(129,9,150); }

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