#8370AD

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

Shades of Deluge #8370AD

Tints of Deluge #8370AD

Color information

#8370AD (or 0x8370AD) is unknown color: approx Deluge. HEX triplet: 83, 70 and AD. RGB value is (131,112,173). Sum of RGB (Red+Green+Blue) = 131+112+173=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #8370AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8370AD is #7C8F52. Grayscale: #7C7C7C. Windows color (decimal): -8163155 or 11366531. OLE color: 11366531.

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

Color convert

RGB131112173-
CMYK0.240.3500.32
HSL258.69º27.11%55.88%-
HSV(B)258.69º35.26%67.84%-
XYZ22.719.4342.09-
YUV124.64155.29132.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=31.49%
G=26.92%
B=41.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311121730.240.3500.32258.6927.1155.88
Hex8370AD18230201031b38
Octal20316025530430404033370
Binary1000001111100001010110111000100011010000010000001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8370AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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