Html Css Color HEX #816691 Mamba

📋 copy color: '#816691'

red 129 ◦ green 102 ◦ blue 145

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

Shades of Mamba #816691

Tints of Mamba #816691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.13%

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

R = 34.31%
G = 27.13%
B = 38.56%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#816691 (or 0x816691) is known color: Mamba. HEX triplet: 81, 66 and 91. RGB value is (129,102,145). Sum of RGB (Red+Green+Blue) = 129+102+145=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #816691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816691 is #7E996E. Grayscale: #727272. Windows color (decimal): -8296815 or 9528961. OLE color: 9528961.

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

Color convert

RGB 129 102 145 -
CMYK 0.11 0.30 0 0.43
HSL 277.67º 0.17% 0.48% -
HSV(B) 277.67º 0.3% 0.57% -
XYZ 18.92 16.21 28.92 -
YUV 114.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 129 102 145 0.11 0.30 0 0.43 277.67 0.17 0.48
Hex 81 66 91 B 1E 0 2B 116 11 30
Octal 201 146 221 13 36 0 53 426 21 60
Binary 10000001 1100110 10010001 1011 11110 0 101011 100010110 10001 110000

Color Harmonies of #816691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816691

Black with #816691

Text Example


Text Example

White with #816691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816691; }

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

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

background-color css

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

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

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

border-color css

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

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

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