Html Css Color HEX #806395 Mamba

📋 copy color: '#806395'

red 128 ◦ green 99 ◦ blue 149

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

Shades of Mamba #806395

Tints of Mamba #806395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.33%

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 34.04%
G = 26.33%
B = 39.63%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#806395 (or 0x806395) is known color: Mamba. HEX triplet: 80, 63 and 95. RGB value is (128,99,149). Sum of RGB (Red+Green+Blue) = 128+99+149=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #806395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806395 is #7F9C6A. Grayscale: #717171. Windows color (decimal): -8363115 or 9790336. OLE color: 9790336.

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

Color convert

RGB 128 99 149 -
CMYK 0.14 0.34 0 0.42
HSL 274.8º 0.2% 0.49% -
HSV(B) 274.8º 0.34% 0.58% -
XYZ 18.79 15.68 30.47 -
YUV 113.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 128 99 149 0.14 0.34 0 0.42 274.8 0.2 0.49
Hex 80 63 95 E 22 0 2A 113 14 31
Octal 200 143 225 16 42 0 52 423 24 61
Binary 10000000 1100011 10010101 1110 100010 0 101010 100010011 10100 110001

Color Harmonies of #806395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806395

Black with #806395

Text Example


Text Example

White with #806395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806395; }

 p { color: rgb(128,99,149); }

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

background-color css

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

 a { background-color: rgb(128,99,149); }

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

border-color css

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

 span { border-color: rgb(128,99,149); }

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