#8165AB

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

Shades of Deluge #8165AB

Tints of Deluge #8165AB

Color information

#8165AB (or 0x8165AB) is unknown color: approx Deluge. HEX triplet: 81, 65 and AB. RGB value is (129,101,171). Sum of RGB (Red+Green+Blue) = 129+101+171=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #8165AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8165AB is #7E9A54. Grayscale: #757575. Windows color (decimal): -8297045 or 11232641. OLE color: 11232641.

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

Color convert

RGB129101171-
CMYK0.250.4100.33
HSL264º29.41%53.33%-
HSV(B)264º40.94%67.06%-
XYZ21.0616.9140.68-
YUV117.35158.28136.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=32.17%
G=25.19%
B=42.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291011710.250.4100.3326429.4153.33
Hex8165AB19290211081d35
Octal20114525331510414103565
Binary1000000111001011010101111001101001010000110000100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8165AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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