#8575AD

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

Shades of Deluge #8575AD

Tints of Deluge #8575AD

Color information

#8575AD (or 0x8575AD) is unknown color: approx Deluge. HEX triplet: 85, 75 and AD. RGB value is (133,117,173). Sum of RGB (Red+Green+Blue) = 133+117+173=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #8575AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8575AD is #7A8A52. Grayscale: #7F7F7F. Windows color (decimal): -8030803 or 11367813. OLE color: 11367813.

HSL color Cylindrical-coordinate representation of color #8575AD: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8575AD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133117173-
CMYK0.230.3200.32
HSL257.14º25.45%56.86%-
HSV(B)257.14º32.37%67.84%-
XYZ23.5820.7342.29-
YUV128.17153.3131.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=31.44%
G=27.66%
B=40.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331171730.230.3200.32257.1425.4556.86
Hex8575AD17200201011939
Octal20516525527400404013171
Binary1000010111101011010110110111100000010000010000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8575AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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