#8573B3

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

Shades of Deluge #8573B3

Tints of Deluge #8573B3

Color information

#8573B3 (or 0x8573B3) is unknown color: approx Deluge. HEX triplet: 85, 73 and B3. RGB value is (133,115,179). Sum of RGB (Red+Green+Blue) = 133+115+179=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 179 - color contains mainly: blue. Hex color #8573B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573B3 is #7A8C4C. Grayscale: #7F7F7F. Windows color (decimal): -8031309 or 11760517. OLE color: 11760517.

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

Color convert

RGB133115179-
CMYK0.260.3600.30
HSL256.88º29.63%57.65%-
HSV(B)256.88º35.75%70.2%-
XYZ23.9420.545.34-
YUV127.68156.96131.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 179 (70.31% from 255) = 41.92%
R=31.15%
G=26.93%
B=41.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331151790.260.3600.30256.8829.6357.65
Hex8573B31A2401E1011e3a
Octal20516326332440364013672
Binary100001011110011101100111101010010001111010000000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8573B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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