#8360AA

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

Shades of Deluge #8360AA

Tints of Deluge #8360AA

Color information

#8360AA (or 0x8360AA) is unknown color: approx Deluge. HEX triplet: 83, 60 and AA. RGB value is (131,96,170). Sum of RGB (Red+Green+Blue) = 131+96+170=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #8360AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8360AA is #7C9F55. Grayscale: #727272. Windows color (decimal): -8167254 or 11165827. OLE color: 11165827.

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

Color convert

RGB13196170-
CMYK0.230.4400.33
HSL268.38º30.33%52.16%-
HSV(B)268.38º43.53%66.67%-
XYZ20.816.0940.04-
YUV114.9159.1139.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=33.00%
G=24.18%
B=42.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131961700.230.4400.33268.3830.3352.16
Hex8360AA172C02110c1e34
Octal20314025227540414143664
Binary1000001111000001010101010111101100010000110000110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8360AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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