#8360AB

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

Shades of Deluge #8360AB

Tints of Deluge #8360AB

Color information

#8360AB (or 0x8360AB) is unknown color: approx Deluge. HEX triplet: 83, 60 and AB. RGB value is (131,96,171). Sum of RGB (Red+Green+Blue) = 131+96+171=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #8360AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8360AB is #7C9F54. Grayscale: #727272. Windows color (decimal): -8167253 or 11231363. OLE color: 11231363.

HSL color Cylindrical-coordinate representation of color #8360AB: hue angle of 268º degrees, saturation: 0.31, 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 #8360AB is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13196171-
CMYK0.230.4400.33
HSL268º30.86%52.35%-
HSV(B)268º43.86%67.06%-
XYZ20.8916.1340.54-
YUV115.01159.6139.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=32.91%
G=24.12%
B=42.96%

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
Decimal131961710.230.4400.3326830.8652.35
Hex8360AB172C02110c1f34
Octal20314025327540414143764
Binary1000001111000001010101110111101100010000110000110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8360AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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