#805CAF

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

Shades of Deluge #805CAF

Tints of Deluge #805CAF

Color information

#805CAF (or 0x805CAF) is unknown color: approx Deluge. HEX triplet: 80, 5C and AF. RGB value is (128,92,175). Sum of RGB (Red+Green+Blue) = 128+92+175=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #805CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CAF is #7FA350. Grayscale: #6F6F6F. Windows color (decimal): -8364881 or 11492480. OLE color: 11492480.

HSL color Cylindrical-coordinate representation of color #805CAF: hue angle of 266.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805CAF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12892175-
CMYK0.270.4700.31
HSL266.02º34.16%52.35%-
HSV(B)266.02º47.43%68.63%-
XYZ20.4715.3442.44-
YUV112.23163.43139.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=32.41%
G=23.29%
B=44.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128921750.270.4700.31266.0234.1652.35
Hex805CAF1B2F01F10a2234
Octal20013425733570374124264
Binary1000000010111001010111111011101111011111100001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,92,175); }

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

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

 a { background-color: rgb(128,92,175); }

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

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

 span { border-color: rgb(128,92,175); }

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