#8173AD

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

Shades of Deluge #8173AD

Tints of Deluge #8173AD

Color information

#8173AD (or 0x8173AD) is unknown color: approx Deluge. HEX triplet: 81, 73 and AD. RGB value is (129,115,173). Sum of RGB (Red+Green+Blue) = 129+115+173=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #8173AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8173AD is #7E8C52. Grayscale: #7D7D7D. Windows color (decimal): -8293459 or 11367297. OLE color: 11367297.

HSL color Cylindrical-coordinate representation of color #8173AD: hue angle of 254.48º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8173AD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129115173-
CMYK0.250.3400.32
HSL254.48º26.13%56.47%-
HSV(B)254.48º33.53%67.84%-
XYZ22.7319.9542.19-
YUV125.8154.64130.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=30.94%
G=27.58%
B=41.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291151730.250.3400.32254.4826.1356.47
Hex8173AD1922020fe1a38
Octal20116325531420403763270
Binary100000011110011101011011100110001001000001111111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8173AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8173AD; }

 p { color: rgb(129,115,173); }

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

<style>
 a { background-color: #8173AD; }

 a { background-color: rgb(129,115,173); }

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

<style>
 span { border-color: #8173AD; }

 span { border-color: rgb(129,115,173); }

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