#8575B4

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

Shades of Deluge #8575B4

Tints of Deluge #8575B4

Color information

#8575B4 (or 0x8575B4) is unknown color: approx Deluge. HEX triplet: 85, 75 and B4. RGB value is (133,117,180). Sum of RGB (Red+Green+Blue) = 133+117+180=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #8575B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575B4 is #7A8A4B. Grayscale: #808080. Windows color (decimal): -8030796 or 11826565. OLE color: 11826565.

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

Color convert

RGB133117180-
CMYK0.260.3500.29
HSL255.24º29.58%58.24%-
HSV(B)255.24º35%70.59%-
XYZ24.272145.95-
YUV128.97156.8130.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=30.93%
G=27.21%
B=41.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331171800.260.3500.29255.2429.5858.24
Hex8575B41A2301Dff1e3a
Octal20516526432430353773672
Binary10000101111010110110100110101000110111011111111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8575B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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