#8569AA

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

Shades of Deluge #8569AA

Tints of Deluge #8569AA

Color information

#8569AA (or 0x8569AA) is unknown color: approx Deluge. HEX triplet: 85, 69 and AA. RGB value is (133,105,170). Sum of RGB (Red+Green+Blue) = 133+105+170=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #8569AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8569AA is #7A9655. Grayscale: #787878. Windows color (decimal): -8033878 or 11168133. OLE color: 11168133.

HSL color Cylindrical-coordinate representation of color #8569AA: hue angle of 265.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8569AA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133105170-
CMYK0.220.3800.33
HSL265.85º27.66%53.92%-
HSV(B)265.85º38.24%66.67%-
XYZ21.9817.9940.34-
YUV120.78155.78136.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=32.60%
G=25.74%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331051700.220.3800.33265.8527.6653.92
Hex8569AA162602110a1c36
Octal20515125226460414123466
Binary1000010111010011010101010110100110010000110000101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8569AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8569AA; }

 p { color: rgb(133,105,170); }

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

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

 a { background-color: rgb(133,105,170); }

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

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

 span { border-color: rgb(133,105,170); }

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