Html Css Color HEX #810696 Dark Magenta

📋 copy color: '#810696'

red 129 ◦ green 6 ◦ blue 150

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

Shades of Dark Magenta #810696

Tints of Dark Magenta #810696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 45.26%
G = 2.11%
B = 52.63%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#810696 (or 0x810696) is known color: Dark Magenta. HEX triplet: 81, 06 and 96. RGB value is (129,6,150). Sum of RGB (Red+Green+Blue) = 129+6+150=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #810696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810696 is #7EF969. Grayscale: #3A3A3A. Windows color (decimal): -8321386 or 9832065. OLE color: 9832065.

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

Color convert

RGB 129 6 150 -
CMYK 0.14 0.96 0 0.41
HSL 291.25º 0.92% 0.31% -
HSV(B) 291.25º 0.96% 0.59% -
XYZ 14.62 7 29.43 -
YUV 59.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 129 6 150 0.14 0.96 0 0.41 291.25 0.92 0.31
Hex 81 6 96 E 60 0 29 123 5C 1F
Octal 201 6 226 16 140 0 51 443 134 37
Binary 10000001 110 10010110 1110 1100000 0 101001 100100011 1011100 11111

Color Harmonies of #810696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810696

Black with #810696

Text Example


Text Example

White with #810696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810696; }

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

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

background-color css

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

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

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

border-color css

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

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

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