#8569AC

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

Shades of Deluge #8569AC

Tints of Deluge #8569AC

Color information

#8569AC (or 0x8569AC) is unknown color: approx Deluge. HEX triplet: 85, 69 and AC. RGB value is (133,105,172). Sum of RGB (Red+Green+Blue) = 133+105+172=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #8569AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8569AC is #7A9653. Grayscale: #787878. Windows color (decimal): -8033876 or 11299205. OLE color: 11299205.

HSL color Cylindrical-coordinate representation of color #8569AC: hue angle of 265.07º degrees, saturation: 0.29, 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 #8569AC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133105172-
CMYK0.230.3900.33
HSL265.07º28.76%54.31%-
HSV(B)265.07º38.95%67.45%-
XYZ22.1718.0741.35-
YUV121.01156.78136.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=32.44%
G=25.61%
B=41.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331051720.230.3900.33265.0728.7654.31
Hex8569AC17270211091d36
Octal20515125427470414113566
Binary1000010111010011010110010111100111010000110000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8569AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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