#8574B4

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

Shades of Deluge #8574B4

Tints of Deluge #8574B4

Color information

#8574B4 (or 0x8574B4) is unknown color: approx Deluge. HEX triplet: 85, 74 and B4. RGB value is (133,116,180). Sum of RGB (Red+Green+Blue) = 133+116+180=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #8574B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574B4 is #7A8B4B. Grayscale: #808080. Windows color (decimal): -8031052 or 11826309. OLE color: 11826309.

HSL color Cylindrical-coordinate representation of color #8574B4: hue angle of 255.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8574B4 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB133116180-
CMYK0.260.3600.29
HSL255.94º29.91%58.04%-
HSV(B)255.94º35.56%70.59%-
XYZ24.1620.7745.92-
YUV128.38157.13131.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=31.00%
G=27.04%
B=41.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331161800.260.3600.29255.9429.9158.04
Hex8574B41A2401D1001e3a
Octal20516426432440354003672
Binary100001011110100101101001101010010001110110000000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8574B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8574B4; }

 p { color: rgb(133,116,180); }

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

<style>
 a { background-color: #8574B4; }

 a { background-color: rgb(133,116,180); }

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

<style>
 span { border-color: #8574B4; }

 span { border-color: rgb(133,116,180); }

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