Html Css Color HEX #806594 Mamba

📋 copy color: '#806594'

red 128 ◦ green 101 ◦ blue 148

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

Shades of Mamba #806594

Tints of Mamba #806594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 33.95%
G = 26.79%
B = 39.26%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#806594 (or 0x806594) is known color: Mamba. HEX triplet: 80, 65 and 94. RGB value is (128,101,148). Sum of RGB (Red+Green+Blue) = 128+101+148=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #806594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806594 is #7F9A6B. Grayscale: #727272. Windows color (decimal): -8362604 or 9725312. OLE color: 9725312.

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

Color convert

RGB 128 101 148 -
CMYK 0.14 0.32 0 0.42
HSL 274.47º 0.19% 0.49% -
HSV(B) 274.47º 0.32% 0.58% -
XYZ 18.9 16.03 30.12 -
YUV 114.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 128 101 148 0.14 0.32 0 0.42 274.47 0.19 0.49
Hex 80 65 94 E 20 0 2A 112 13 31
Octal 200 145 224 16 40 0 52 422 23 61
Binary 10000000 1100101 10010100 1110 100000 0 101010 100010010 10011 110001

Color Harmonies of #806594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806594

Black with #806594

Text Example


Text Example

White with #806594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806594; }

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

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

background-color css

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

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

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

border-color css

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

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

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