#8569AE

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

Shades of Deluge #8569AE

Tints of Deluge #8569AE

Color information

#8569AE (or 0x8569AE) is unknown color: approx Deluge. HEX triplet: 85, 69 and AE. RGB value is (133,105,174). Sum of RGB (Red+Green+Blue) = 133+105+174=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #8569AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8569AE is #7A9651. Grayscale: #787878. Windows color (decimal): -8033874 or 11430277. OLE color: 11430277.

HSL color Cylindrical-coordinate representation of color #8569AE: hue angle of 264.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8569AE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133105174-
CMYK0.240.4000.32
HSL264.35º29.87%54.71%-
HSV(B)264.35º39.66%68.24%-
XYZ22.3618.1542.37-
YUV121.24157.78136.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=32.28%
G=25.49%
B=42.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331051740.240.4000.32264.3529.8754.71
Hex8569AE18280201081e37
Octal20515125630500404103667
Binary1000010111010011010111011000101000010000010000100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8569AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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