#816693

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

Shades of Mamba #816693

Tints of Mamba #816693

Color information

#816693 (or 0x816693) is unknown color: approx Mamba. HEX triplet: 81, 66 and 93. RGB value is (129,102,147). Sum of RGB (Red+Green+Blue) = 129+102+147=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #816693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816693 is #7E996C. Grayscale: #737373. Windows color (decimal): -8296813 or 9660033. OLE color: 9660033.

HSL color Cylindrical-coordinate representation of color #816693: hue angle of 276º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #816693 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129102147-
CMYK0.120.3100.42
HSL276º18.07%48.82%-
HSV(B)276º30.61%57.65%-
XYZ19.0716.2829.74-
YUV115.2145.95137.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=34.13%
G=26.98%
B=38.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291021470.120.3100.4227618.0748.82
Hex816693C1F02A1141231
Octal20114622314370524242261
Binary10000001110011010010011110011111010101010001010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816693; }

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

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

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

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

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

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

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

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