#8570B3

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

Shades of Deluge #8570B3

Tints of Deluge #8570B3

Color information

#8570B3 (or 0x8570B3) is unknown color: approx Deluge. HEX triplet: 85, 70 and B3. RGB value is (133,112,179). Sum of RGB (Red+Green+Blue) = 133+112+179=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 179 - color contains mainly: blue. Hex color #8570B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570B3 is #7A8F4C. Grayscale: #7D7D7D. Windows color (decimal): -8032077 or 11759749. OLE color: 11759749.

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

Color convert

RGB133112179-
CMYK0.260.3700.30
HSL258.81º30.59%57.06%-
HSV(B)258.81º37.43%70.2%-
XYZ23.619.8345.23-
YUV125.92157.96133.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 179 (70.31% from 255) = 42.22%
R=31.37%
G=26.42%
B=42.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331121790.260.3700.30258.8130.5957.06
Hex8570B31A2501E1031f39
Octal20516026332450364033771
Binary100001011110000101100111101010010101111010000001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8570B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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