#806CAA

Color #806CAA Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #806CAA

Tints of Deluge #806CAA

Color information

#806CAA (or 0x806CAA) is unknown color: approx Deluge. HEX triplet: 80, 6C and AA. RGB value is (128,108,170). Sum of RGB (Red+Green+Blue) = 128+108+170=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #806CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806CAA is #7F9355. Grayscale: #787878. Windows color (decimal): -8360790 or 11168896. OLE color: 11168896.

HSL color Cylindrical-coordinate representation of color #806CAA: hue angle of 259.35º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #806CAA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128108170-
CMYK0.250.3600.33
HSL259.35º26.72%54.51%-
HSV(B)259.35º36.47%66.67%-
XYZ21.5218.2240.41-
YUV121.05155.63132.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=31.53%
G=26.60%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281081700.250.3600.33259.3526.7254.51
Hex806CAA19240211031b37
Octal20015425231440414033367
Binary1000000011011001010101011001100100010000110000001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806CAA; }

 p { color: rgb(128,108,170); }

 H1.HeaderClassName
 {
   color: #806CAA;
 }
 .AnyTagClassName
 {
   color: #806CAA;
 }
</style>
background-color css

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

 a { background-color: rgb(128,108,170); }

 div.DivClassName
 {
   background-color: #806CAA;
 }
 .BgClassName
 {
   background-color: #806CAA;
 }
</style>
border-color css

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

 span { border-color: rgb(128,108,170); }

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