#8163B2

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

Shades of Deluge #8163B2

Tints of Deluge #8163B2

Color information

#8163B2 (or 0x8163B2) is unknown color: approx Deluge. HEX triplet: 81, 63 and B2. RGB value is (129,99,178). Sum of RGB (Red+Green+Blue) = 129+99+178=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 178 - color contains mainly: blue. Hex color #8163B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8163B2 is #7E9C4D. Grayscale: #747474. Windows color (decimal): -8297550 or 11690881. OLE color: 11690881.

HSL color Cylindrical-coordinate representation of color #8163B2: hue angle of 262.78º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8163B2 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12999178-
CMYK0.280.4400.30
HSL262.78º33.91%54.31%-
HSV(B)262.78º44.38%69.8%-
XYZ21.5516.8144.23-
YUV116.98162.44136.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 178 (69.92% from 255) = 43.84%
R=31.77%
G=24.38%
B=43.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129991780.280.4400.30262.7833.9154.31
Hex8163B21C2C01E1072236
Octal20114326234540364074266
Binary1000000111000111011001011100101100011110100000111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8163B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8163B2; }

 p { color: rgb(129,99,178); }

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

<style>
 a { background-color: #8163B2; }

 a { background-color: rgb(129,99,178); }

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

<style>
 span { border-color: #8163B2; }

 span { border-color: rgb(129,99,178); }

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