#8567AE

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

Shades of Deluge #8567AE

Tints of Deluge #8567AE

Color information

#8567AE (or 0x8567AE) is unknown color: approx Deluge. HEX triplet: 85, 67 and AE. RGB value is (133,103,174). Sum of RGB (Red+Green+Blue) = 133+103+174=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #8567AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8567AE is #7A9851. Grayscale: #777777. Windows color (decimal): -8034386 or 11429765. OLE color: 11429765.

HSL color Cylindrical-coordinate representation of color #8567AE: hue angle of 265.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8567AE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133103174-
CMYK0.240.4100.32
HSL265.35º30.47%54.31%-
HSV(B)265.35º40.8%68.24%-
XYZ22.1617.7442.3-
YUV120.06158.44137.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=32.44%
G=25.12%
B=42.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331031740.240.4100.32265.3530.4754.31
Hex8567AE18290201091e36
Octal20514725630510404113666
Binary1000010111001111010111011000101001010000010000100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8567AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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