#8370AA

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

Shades of Deluge #8370AA

Tints of Deluge #8370AA

Color information

#8370AA (or 0x8370AA) is unknown color: approx Deluge. HEX triplet: 83, 70 and AA. RGB value is (131,112,170). Sum of RGB (Red+Green+Blue) = 131+112+170=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #8370AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8370AA is #7C8F55. Grayscale: #7C7C7C. Windows color (decimal): -8163158 or 11169923. OLE color: 11169923.

HSL color Cylindrical-coordinate representation of color #8370AA: hue angle of 259.66º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8370AA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131112170-
CMYK0.230.3400.33
HSL259.66º25.44%55.29%-
HSV(B)259.66º34.12%66.67%-
XYZ22.4119.3240.58-
YUV124.29153.79132.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=31.72%
G=27.12%
B=41.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311121700.230.3400.33259.6625.4455.29
Hex8370AA17220211041937
Octal20316025227420414043167
Binary1000001111100001010101010111100010010000110000010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8370AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8370AA; }

 p { color: rgb(131,112,170); }

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

<style>
 a { background-color: #8370AA; }

 a { background-color: rgb(131,112,170); }

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

<style>
 span { border-color: #8370AA; }

 span { border-color: rgb(131,112,170); }

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