#8569AB

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

Shades of Deluge #8569AB

Tints of Deluge #8569AB

Color information

#8569AB (or 0x8569AB) is unknown color: approx Deluge. HEX triplet: 85, 69 and AB. RGB value is (133,105,171). Sum of RGB (Red+Green+Blue) = 133+105+171=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #8569AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8569AB is #7A9654. Grayscale: #787878. Windows color (decimal): -8033877 or 11233669. OLE color: 11233669.

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

Color convert

RGB133105171-
CMYK0.220.3900.33
HSL265.45º28.21%54.12%-
HSV(B)265.45º38.6%67.06%-
XYZ22.0818.0340.84-
YUV120.9156.28136.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=32.52%
G=25.67%
B=41.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331051710.220.3900.33265.4528.2154.12
Hex8569AB16270211091c36
Octal20515125326470414113466
Binary1000010111010011010101110110100111010000110000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8569AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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