#81668B

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

Shades of Mamba #81668B

Tints of Mamba #81668B

Color information

#81668B (or 0x81668B) is unknown color: approx Mamba. HEX triplet: 81, 66 and 8B. RGB value is (129,102,139). Sum of RGB (Red+Green+Blue) = 129+102+139=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #81668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81668B is #7E9974. Grayscale: #727272. Windows color (decimal): -8296821 or 9135745. OLE color: 9135745.

HSL color Cylindrical-coordinate representation of color #81668B: hue angle of 283.78º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81668B is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129102139-
CMYK0.070.2700.45
HSL283.78º15.35%47.25%-
HSV(B)283.78º26.62%54.51%-
XYZ18.4616.0326.55-
YUV114.29141.95138.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=34.86%
G=27.57%
B=37.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291021390.070.2700.45283.7815.3547.25
Hex81668B71B02D11cf2f
Octal2011462137330554341757
Binary100000011100110100010111111101101011011000111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81668B; }

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

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

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

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

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

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

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

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