#8172AB

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

Shades of Deluge #8172AB

Tints of Deluge #8172AB

Color information

#8172AB (or 0x8172AB) is unknown color: approx Deluge. HEX triplet: 81, 72 and AB. RGB value is (129,114,171). Sum of RGB (Red+Green+Blue) = 129+114+171=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8172AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8172AB is #7E8D54. Grayscale: #7C7C7C. Windows color (decimal): -8293717 or 11235969. OLE color: 11235969.

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

Color convert

RGB129114171-
CMYK0.250.3300.33
HSL255.79º25.33%55.88%-
HSV(B)255.79º33.33%67.06%-
XYZ22.4219.6441.14-
YUV124.98153.97130.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=31.16%
G=27.54%
B=41.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291141710.250.3300.33255.7925.3355.88
Hex8172AB19210211001938
Octal20116225331410414003170
Binary1000000111100101010101111001100001010000110000000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8172AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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