#8567AC

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

Shades of Deluge #8567AC

Tints of Deluge #8567AC

Color information

#8567AC (or 0x8567AC) is unknown color: approx Deluge. HEX triplet: 85, 67 and AC. RGB value is (133,103,172). Sum of RGB (Red+Green+Blue) = 133+103+172=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #8567AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8567AC is #7A9853. Grayscale: #777777. Windows color (decimal): -8034388 or 11298693. OLE color: 11298693.

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

Color convert

RGB133103172-
CMYK0.230.4000.33
HSL266.09º29.36%53.92%-
HSV(B)266.09º40.12%67.45%-
XYZ21.9717.6741.28-
YUV119.84157.44137.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=32.60%
G=25.25%
B=42.16%

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
Decimal1331031720.230.4000.33266.0929.3653.92
Hex8567AC172802110a1d36
Octal20514725427500414123566
Binary1000010111001111010110010111101000010000110000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8567AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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