Html Css Color HEX #810691 Dark Magenta

📋 copy color: '#810691'

red 129 ◦ green 6 ◦ blue 145

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

Shades of Dark Magenta #810691

Tints of Dark Magenta #810691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.79%

R = 46.07%
G = 2.14%
B = 51.79%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#810691 (or 0x810691) is known color: Dark Magenta. HEX triplet: 81, 06 and 91. RGB value is (129,6,145). Sum of RGB (Red+Green+Blue) = 129+6+145=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #810691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810691 is #7EF96E. Grayscale: #3A3A3A. Windows color (decimal): -8321391 or 9504385. OLE color: 9504385.

HSL color Cylindrical-coordinate representation of color #810691: hue angle of 293.09º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810691 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 6 145 -
CMYK 0.11 0.96 0 0.43
HSL 293.09º 0.92% 0.3% -
HSV(B) 293.09º 0.96% 0.57% -
XYZ 14.23 6.84 27.36 -
YUV 58.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 129 6 145 0.11 0.96 0 0.43 293.09 0.92 0.3
Hex 81 6 91 B 60 0 2B 125 5C 1E
Octal 201 6 221 13 140 0 53 445 134 36
Binary 10000001 110 10010001 1011 1100000 0 101011 100100101 1011100 11110

Color Harmonies of #810691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810691

Black with #810691

Text Example


Text Example

White with #810691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810691; }

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

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

background-color css

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

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

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

border-color css

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

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

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