#8568AE

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

Shades of Deluge #8568AE

Tints of Deluge #8568AE

Color information

#8568AE (or 0x8568AE) is unknown color: approx Deluge. HEX triplet: 85, 68 and AE. RGB value is (133,104,174). Sum of RGB (Red+Green+Blue) = 133+104+174=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #8568AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8568AE is #7A9751. Grayscale: #787878. Windows color (decimal): -8034130 or 11430021. OLE color: 11430021.

HSL color Cylindrical-coordinate representation of color #8568AE: hue angle of 264.86º 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 #8568AE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133104174-
CMYK0.240.4000.32
HSL264.86º30.17%54.51%-
HSV(B)264.86º40.23%68.24%-
XYZ22.2617.9442.33-
YUV120.65158.11136.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=32.36%
G=25.30%
B=42.34%

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
Decimal1331041740.240.4000.32264.8630.1754.51
Hex8568AE18280201091e37
Octal20515025630500404113667
Binary1000010111010001010111011000101000010000010000100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8568AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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