Html Css Color HEX #810995 Dark Magenta

📋 copy color: '#810995'

red 129 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #810995

Tints of Dark Magenta #810995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 44.95%
G = 3.14%
B = 51.92%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#810995 (or 0x810995) is known color: Dark Magenta. HEX triplet: 81, 09 and 95. RGB value is (129,9,149). Sum of RGB (Red+Green+Blue) = 129+9+149=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #810995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810995 is #7EF66A. Grayscale: #3C3C3C. Windows color (decimal): -8320619 or 9767297. OLE color: 9767297.

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

Color convert

RGB 129 9 149 -
CMYK 0.13 0.94 0 0.42
HSL 291.43º 0.89% 0.31% -
HSV(B) 291.43º 0.94% 0.58% -
XYZ 14.58 7.03 29.02 -
YUV 60.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 129 9 149 0.13 0.94 0 0.42 291.43 0.89 0.31
Hex 81 9 95 D 5E 0 2A 123 59 1F
Octal 201 11 225 15 136 0 52 443 131 37
Binary 10000001 1001 10010101 1101 1011110 0 101010 100100011 1011001 11111

Color Harmonies of #810995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810995

Black with #810995

Text Example


Text Example

White with #810995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810995; }

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

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

background-color css

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

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

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

border-color css

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

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

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