#8566AC

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

Shades of Deluge #8566AC

Tints of Deluge #8566AC

Color information

#8566AC (or 0x8566AC) is unknown color: approx Deluge. HEX triplet: 85, 66 and AC. RGB value is (133,102,172). Sum of RGB (Red+Green+Blue) = 133+102+172=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #8566AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8566AC is #7A9953. Grayscale: #777777. Windows color (decimal): -8034644 or 11298437. OLE color: 11298437.

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

Color convert

RGB133102172-
CMYK0.230.4100.33
HSL266.57º29.66%53.73%-
HSV(B)266.57º40.7%67.45%-
XYZ21.8717.4741.25-
YUV119.25157.77137.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=32.68%
G=25.06%
B=42.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331021720.230.4100.33266.5729.6653.73
Hex8566AC172902110b1e36
Octal20514625427510414133666
Binary1000010111001101010110010111101001010000110000101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8566AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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