#816690

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

Shades of Mamba #816690

Tints of Mamba #816690

Color information

#816690 (or 0x816690) is unknown color: approx Mamba. HEX triplet: 81, 66 and 90. RGB value is (129,102,144). Sum of RGB (Red+Green+Blue) = 129+102+144=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #816690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816690 is #7E996F. Grayscale: #727272. Windows color (decimal): -8296816 or 9463425. OLE color: 9463425.

HSL color Cylindrical-coordinate representation of color #816690: hue angle of 278.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816690 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129102144-
CMYK0.100.2900.44
HSL278.57º17.07%48.24%-
HSV(B)278.57º29.17%56.47%-
XYZ18.8416.1828.52-
YUV114.86144.45138.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=34.4%
G=27.2%
B=38.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291021440.100.2900.44278.5717.0748.24
Hex816690A1D02C1171130
Octal20114622012350544272160
Binary10000001110011010010000101011101010110010001011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816690; }

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

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

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

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

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

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

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

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