Html Css Color HEX #810097 Dark Magenta

📋 copy color: '#810097'

red 129 ◦ green 0 ◦ blue 151

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

Shades of Dark Magenta #810097

Tints of Dark Magenta #810097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 151 (59.38% from 255) = 53.93%

R = 46.07%
G = 0%
B = 53.93%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#810097 (or 0x810097) is known color: Dark Magenta. HEX triplet: 81, 00 and 97. RGB value is (129,0,151). Sum of RGB (Red+Green+Blue) = 129+0+151=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #810097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810097 is #7EFF68. Grayscale: #373737. Windows color (decimal): -8322921 or 9896065. OLE color: 9896065.

HSL color Cylindrical-coordinate representation of color #810097: hue angle of 291.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810097 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 0 151 -
CMYK 0.15 1 0 0.41
HSL 291.26º 1% 0.3% -
HSV(B) 291.26º 1% 0.59% -
XYZ 14.64 6.9 29.84 -
YUV 55.79 181.74 180.22 -
System Red Green Blue C M Y K H S L
Decimal 129 0 151 0.15 1 0 0.41 291.26 1 0.3
Hex 81 0 97 F 64 0 29 123 64 1E
Octal 201 0 227 17 144 0 51 443 144 36
Binary 10000001 0 10010111 1111 1100100 0 101001 100100011 1100100 11110

Color Harmonies of #810097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810097

Black with #810097

Text Example


Text Example

White with #810097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810097; }

 p { color: rgb(129,0,151); }

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

background-color css

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

 a { background-color: rgb(129,0,151); }

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

border-color css

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

 span { border-color: rgb(129,0,151); }

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