#8169AA

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

Shades of Deluge #8169AA

Tints of Deluge #8169AA

Color information

#8169AA (or 0x8169AA) is unknown color: approx Deluge. HEX triplet: 81, 69 and AA. RGB value is (129,105,170). Sum of RGB (Red+Green+Blue) = 129+105+170=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #8169AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8169AA is #7E9655. Grayscale: #777777. Windows color (decimal): -8296022 or 11168129. OLE color: 11168129.

HSL color Cylindrical-coordinate representation of color #8169AA: hue angle of 262.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8169AA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129105170-
CMYK0.240.3800.33
HSL262.15º27.66%53.92%-
HSV(B)262.15º38.24%66.67%-
XYZ21.3617.6740.32-
YUV119.59156.45134.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=31.93%
G=25.99%
B=42.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291051700.240.3800.33262.1527.6653.92
Hex8169AA18260211061c36
Octal20115125230460414063466
Binary1000000111010011010101011000100110010000110000011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8169AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,105,170); }

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

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

 a { background-color: rgb(129,105,170); }

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

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

 span { border-color: rgb(129,105,170); }

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