Html Css Color HEX #80648F Mamba

📋 copy color: '#80648F'

red 128 ◦ green 100 ◦ blue 143

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

Shades of Mamba #80648F

Tints of Mamba #80648F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 34.5%
G = 26.95%
B = 38.54%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80648F (or 0x80648F) is known color: Mamba. HEX triplet: 80, 64 and 8F. RGB value is (128,100,143). Sum of RGB (Red+Green+Blue) = 128+100+143=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #80648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80648F is #7F9B70. Grayscale: #717171. Windows color (decimal): -8362865 or 9397376. OLE color: 9397376.

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

Color convert

RGB 128 100 143 -
CMYK 0.10 0.30 0 0.44
HSL 279.07º 0.18% 0.48% -
HSV(B) 279.07º 0.3% 0.56% -
XYZ 18.42 15.69 28.04 -
YUV 113.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 128 100 143 0.10 0.30 0 0.44 279.07 0.18 0.48
Hex 80 64 8F A 1E 0 2C 117 12 30
Octal 200 144 217 12 36 0 54 427 22 60
Binary 10000000 1100100 10001111 1010 11110 0 101100 100010111 10010 110000

Color Harmonies of #80648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80648F

Black with #80648F

Text Example


Text Example

White with #80648F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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