#8169AE

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

Shades of Deluge #8169AE

Tints of Deluge #8169AE

Color information

#8169AE (or 0x8169AE) is unknown color: approx Deluge. HEX triplet: 81, 69 and AE. RGB value is (129,105,174). Sum of RGB (Red+Green+Blue) = 129+105+174=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #8169AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8169AE is #7E9651. Grayscale: #777777. Windows color (decimal): -8296018 or 11430273. OLE color: 11430273.

HSL color Cylindrical-coordinate representation of color #8169AE: hue angle of 260.87º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8169AE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129105174-
CMYK0.260.4000.32
HSL260.87º29.87%54.71%-
HSV(B)260.87º39.66%68.24%-
XYZ21.7417.8342.34-
YUV120.04158.45134.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=31.62%
G=25.74%
B=42.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291051740.260.4000.32260.8729.8754.71
Hex8169AE1A280201051e37
Octal20115125632500404053667
Binary1000000111010011010111011010101000010000010000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8169AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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