Html Css Color HEX #806493 Mamba

📋 copy color: '#806493'

red 128 ◦ green 100 ◦ blue 147

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

Shades of Mamba #806493

Tints of Mamba #806493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 34.13%
G = 26.67%
B = 39.2%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#806493 (or 0x806493) is known color: Mamba. HEX triplet: 80, 64 and 93. RGB value is (128,100,147). Sum of RGB (Red+Green+Blue) = 128+100+147=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #806493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806493 is #7F9B6C. Grayscale: #717171. Windows color (decimal): -8362861 or 9659520. OLE color: 9659520.

HSL color Cylindrical-coordinate representation of color #806493: hue angle of 275.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806493 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 100 147 -
CMYK 0.13 0.32 0 0.42
HSL 275.74º 0.19% 0.48% -
HSV(B) 275.74º 0.32% 0.58% -
XYZ 18.73 15.81 29.67 -
YUV 113.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 128 100 147 0.13 0.32 0 0.42 275.74 0.19 0.48
Hex 80 64 93 D 20 0 2A 114 13 30
Octal 200 144 223 15 40 0 52 424 23 60
Binary 10000000 1100100 10010011 1101 100000 0 101010 100010100 10011 110000

Color Harmonies of #806493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806493

Black with #806493

Text Example


Text Example

White with #806493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806493; }

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

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

background-color css

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

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

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

border-color css

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

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

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