#8575B3

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

Shades of Deluge #8575B3

Tints of Deluge #8575B3

Color information

#8575B3 (or 0x8575B3) is unknown color: approx Deluge. HEX triplet: 85, 75 and B3. RGB value is (133,117,179). Sum of RGB (Red+Green+Blue) = 133+117+179=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #8575B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575B3 is #7A8A4C. Grayscale: #808080. Windows color (decimal): -8030797 or 11761029. OLE color: 11761029.

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

Color convert

RGB133117179-
CMYK0.260.3500.30
HSL255.48º28.97%58.04%-
HSV(B)255.48º34.64%70.2%-
XYZ24.1720.9645.42-
YUV128.85156.3130.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=31.00%
G=27.27%
B=41.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331171790.260.3500.30255.4828.9758.04
Hex8575B31A2301Eff1d3a
Octal20516526332430363773572
Binary10000101111010110110011110101000110111101111111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8575B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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