#816692

Color #816692 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #816692

Tints of Mamba #816692

Color information

#816692 (or 0x816692) is unknown color: approx Mamba. HEX triplet: 81, 66 and 92. RGB value is (129,102,146). Sum of RGB (Red+Green+Blue) = 129+102+146=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #816692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816692 is #7E996D. Grayscale: #727272. Windows color (decimal): -8296814 or 9594497. OLE color: 9594497.

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

Color convert

RGB129102146-
CMYK0.120.3000.43
HSL276.82º17.74%48.63%-
HSV(B)276.82º30.14%57.25%-
XYZ18.9916.2529.33-
YUV115.09145.45137.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=34.22%
G=27.06%
B=38.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291021460.120.3000.43276.8217.7448.63
Hex816692C1E02B1151231
Octal20114622214360534252261
Binary10000001110011010010010110011110010101110001010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816692; }

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

 H1.HeaderClassName
 {
   color: #816692;
 }
 .AnyTagClassName
 {
   color: #816692;
 }
</style>
background-color css

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

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

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

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

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

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