#8363AA

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

Shades of Deluge #8363AA

Tints of Deluge #8363AA

Color information

#8363AA (or 0x8363AA) is unknown color: approx Deluge. HEX triplet: 83, 63 and AA. RGB value is (131,99,170). Sum of RGB (Red+Green+Blue) = 131+99+170=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #8363AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8363AA is #7C9C55. Grayscale: #747474. Windows color (decimal): -8166486 or 11166595. OLE color: 11166595.

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

Color convert

RGB13199170-
CMYK0.230.4200.33
HSL267.04º29.46%52.75%-
HSV(B)267.04º41.76%66.67%-
XYZ21.0816.6540.13-
YUV116.66158.1138.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=32.75%
G=24.75%
B=42.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131991700.230.4200.33267.0429.4652.75
Hex8363AA172A02110b1d35
Octal20314325227520414133565
Binary1000001111000111010101010111101010010000110000101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8363AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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