#8363AC

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

Shades of Deluge #8363AC

Tints of Deluge #8363AC

Color information

#8363AC (or 0x8363AC) is unknown color: approx Deluge. HEX triplet: 83, 63 and AC. RGB value is (131,99,172). Sum of RGB (Red+Green+Blue) = 131+99+172=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #8363AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8363AC is #7C9C53. Grayscale: #747474. Windows color (decimal): -8166484 or 11297667. OLE color: 11297667.

HSL color Cylindrical-coordinate representation of color #8363AC: hue angle of 266.3º degrees, saturation: 0.31, 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 #8363AC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13199172-
CMYK0.240.4200.33
HSL266.3º30.54%53.14%-
HSV(B)266.3º42.44%67.45%-
XYZ21.2716.7341.14-
YUV116.89159.1138.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=32.59%
G=24.63%
B=42.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131991720.240.4200.33266.330.5453.14
Hex8363AC182A02110a1f35
Octal20314325430520414123765
Binary1000001111000111010110011000101010010000110000101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8363AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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