Html Css Color HEX #806591 Mamba

📋 copy color: '#806591'

red 128 ◦ green 101 ◦ blue 145

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

Shades of Mamba #806591

Tints of Mamba #806591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 34.22%
G = 27.01%
B = 38.77%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#806591 (or 0x806591) is known color: Mamba. HEX triplet: 80, 65 and 91. RGB value is (128,101,145). Sum of RGB (Red+Green+Blue) = 128+101+145=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #806591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806591 is #7F9A6E. Grayscale: #717171. Windows color (decimal): -8362607 or 9528704. OLE color: 9528704.

HSL color Cylindrical-coordinate representation of color #806591: hue angle of 276.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806591 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 101 145 -
CMYK 0.12 0.30 0 0.43
HSL 276.82º 0.18% 0.48% -
HSV(B) 276.82º 0.3% 0.57% -
XYZ 18.67 15.94 28.88 -
YUV 114.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 128 101 145 0.12 0.30 0 0.43 276.82 0.18 0.48
Hex 80 65 91 C 1E 0 2B 115 12 30
Octal 200 145 221 14 36 0 53 425 22 60
Binary 10000000 1100101 10010001 1100 11110 0 101011 100010101 10010 110000

Color Harmonies of #806591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806591

Black with #806591

Text Example


Text Example

White with #806591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806591; }

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

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

background-color css

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

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

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

border-color css

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

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

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