Html Css Color HEX #806593 Mamba

📋 copy color: '#806593'

red 128 ◦ green 101 ◦ blue 147

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

Shades of Mamba #806593

Tints of Mamba #806593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 34.04%
G = 26.86%
B = 39.1%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#806593 (or 0x806593) is known color: Mamba. HEX triplet: 80, 65 and 93. RGB value is (128,101,147). Sum of RGB (Red+Green+Blue) = 128+101+147=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #806593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806593 is #7F9A6C. Grayscale: #727272. Windows color (decimal): -8362605 or 9659776. OLE color: 9659776.

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

Color convert

RGB 128 101 147 -
CMYK 0.13 0.31 0 0.42
HSL 275.22º 0.19% 0.49% -
HSV(B) 275.22º 0.31% 0.58% -
XYZ 18.82 16 29.7 -
YUV 114.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 128 101 147 0.13 0.31 0 0.42 275.22 0.19 0.49
Hex 80 65 93 D 1F 0 2A 113 13 31
Octal 200 145 223 15 37 0 52 423 23 61
Binary 10000000 1100101 10010011 1101 11111 0 101010 100010011 10011 110001

Color Harmonies of #806593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806593

Black with #806593

Text Example


Text Example

White with #806593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806593; }

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

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

background-color css

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

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

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

border-color css

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

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

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