#8370AC

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

Shades of Deluge #8370AC

Tints of Deluge #8370AC

Color information

#8370AC (or 0x8370AC) is unknown color: approx Deluge. HEX triplet: 83, 70 and AC. RGB value is (131,112,172). Sum of RGB (Red+Green+Blue) = 131+112+172=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #8370AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8370AC is #7C8F53. Grayscale: #7C7C7C. Windows color (decimal): -8163156 or 11300995. OLE color: 11300995.

HSL color Cylindrical-coordinate representation of color #8370AC: hue angle of 259º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8370AC is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131112172-
CMYK0.240.3500.33
HSL259º26.55%55.69%-
HSV(B)259º34.88%67.45%-
XYZ22.619.3941.58-
YUV124.52154.79132.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=31.57%
G=26.99%
B=41.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311121720.240.3500.3325926.5555.69
Hex8370AC18230211031b38
Octal20316025430430414033370
Binary1000001111100001010110011000100011010000110000001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8370AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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