#805DAA

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

Shades of Deluge #805DAA

Tints of Deluge #805DAA

Color information

#805DAA (or 0x805DAA) is unknown color: approx Deluge. HEX triplet: 80, 5D and AA. RGB value is (128,93,170). Sum of RGB (Red+Green+Blue) = 128+93+170=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #805DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAA is #7FA255. Grayscale: #6F6F6F. Windows color (decimal): -8364630 or 11165056. OLE color: 11165056.

HSL color Cylindrical-coordinate representation of color #805DAA: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805DAA is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12893170-
CMYK0.250.4500.33
HSL267.27º31.17%51.57%-
HSV(B)267.27º45.29%66.67%-
XYZ20.0715.3239.93-
YUV112.24160.6139.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=32.74%
G=23.79%
B=43.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128931700.250.4500.33267.2731.1751.57
Hex805DAA192D02110b1f34
Octal20013525231550414133764
Binary1000000010111011010101011001101101010000110000101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805DAA; }

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

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

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

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

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

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

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

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