#82658E

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

Shades of Mamba #82658E

Tints of Mamba #82658E

Color information

#82658E (or 0x82658E) is unknown color: approx Mamba. HEX triplet: 82, 65 and 8E. RGB value is (130,101,142). Sum of RGB (Red+Green+Blue) = 130+101+142=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #82658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82658E is #7D9A71. Grayscale: #727272. Windows color (decimal): -8231538 or 9332098. OLE color: 9332098.

HSL color Cylindrical-coordinate representation of color #82658E: hue angle of 282.44º 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 #82658E is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130101142-
CMYK0.080.2900.44
HSL282.44º16.87%47.65%-
HSV(B)282.44º28.87%55.69%-
XYZ18.7416.0127.69-
YUV114.34143.61139.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=34.85%
G=27.08%
B=38.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301011420.080.2900.44282.4416.8747.65
Hex82658E81D02C11a1130
Octal20214521610350544322160
Binary10000010110010110001110100011101010110010001101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82658E; }

 p { color: rgb(130,101,142); }

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

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

 a { background-color: rgb(130,101,142); }

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

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

 span { border-color: rgb(130,101,142); }

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