#8163AB

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

Shades of Deluge #8163AB

Tints of Deluge #8163AB

Color information

#8163AB (or 0x8163AB) is unknown color: approx Deluge. HEX triplet: 81, 63 and AB. RGB value is (129,99,171). Sum of RGB (Red+Green+Blue) = 129+99+171=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8163AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8163AB is #7E9C54. Grayscale: #737373. Windows color (decimal): -8297557 or 11232129. OLE color: 11232129.

HSL color Cylindrical-coordinate representation of color #8163AB: hue angle of 265º degrees, saturation: 0.3, 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 #8163AB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12999171-
CMYK0.250.4200.33
HSL265º30%52.94%-
HSV(B)265º42.11%67.06%-
XYZ20.8716.5340.62-
YUV116.18158.94137.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=32.33%
G=24.81%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129991710.250.4200.332653052.94
Hex8163AB192A0211091e35
Octal20114325331520414113665
Binary1000000111000111010101111001101010010000110000100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8163AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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