Html Css Color HEX #80648B Mamba

📋 copy color: '#80648B'

red 128 ◦ green 100 ◦ blue 139

#80648B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #80648B

Tints of Mamba #80648B

RGB

 RED value IS 128 (50.39% from 255) = 34.88%

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 34.88%
G = 27.25%
B = 37.87%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80648B (or 0x80648B) is known color: Mamba. HEX triplet: 80, 64 and 8B. RGB value is (128,100,139). Sum of RGB (Red+Green+Blue) = 128+100+139=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #80648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80648B is #7F9B74. Grayscale: #707070. Windows color (decimal): -8362869 or 9135232. OLE color: 9135232.

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

Color convert

RGB 128 100 139 -
CMYK 0.08 0.28 0 0.45
HSL 283.08º 0.16% 0.47% -
HSV(B) 283.08º 0.28% 0.55% -
XYZ 18.12 15.57 26.48 -
YUV 112.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 128 100 139 0.08 0.28 0 0.45 283.08 0.16 0.47
Hex 80 64 8B 8 1C 0 2D 11B 10 2F
Octal 200 144 213 10 34 0 55 433 20 57
Binary 10000000 1100100 10001011 1000 11100 0 101101 100011011 10000 101111

Color Harmonies of #80648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80648B

Black with #80648B

Text Example


Text Example

White with #80648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,100,139); }

 H1.HeaderClassName
 {
   color: #80648B;
 }
 .AnyTagClassName
 {
   color: #80648B;
 }
</style>

background-color css

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

 a { background-color: rgb(128,100,139); }

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

border-color css

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

 span { border-color: rgb(128,100,139); }

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