#8568AC

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

Shades of Deluge #8568AC

Tints of Deluge #8568AC

Color information

#8568AC (or 0x8568AC) is unknown color: approx Deluge. HEX triplet: 85, 68 and AC. RGB value is (133,104,172). Sum of RGB (Red+Green+Blue) = 133+104+172=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #8568AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8568AC is #7A9753. Grayscale: #787878. Windows color (decimal): -8034132 or 11298949. OLE color: 11298949.

HSL color Cylindrical-coordinate representation of color #8568AC: hue angle of 265.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8568AC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133104172-
CMYK0.230.4000.33
HSL265.59º29.06%54.12%-
HSV(B)265.59º39.53%67.45%-
XYZ22.0717.8741.31-
YUV120.42157.11136.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=32.52%
G=25.43%
B=42.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331041720.230.4000.33265.5929.0654.12
Hex8568AC172802110a1d36
Octal20515025427500414123566
Binary1000010111010001010110010111101000010000110000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8568AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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