#8173AC

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

Shades of Deluge #8173AC

Tints of Deluge #8173AC

Color information

#8173AC (or 0x8173AC) is unknown color: approx Deluge. HEX triplet: 81, 73 and AC. RGB value is (129,115,172). Sum of RGB (Red+Green+Blue) = 129+115+172=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #8173AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8173AC is #7E8C53. Grayscale: #7D7D7D. Windows color (decimal): -8293460 or 11301761. OLE color: 11301761.

HSL color Cylindrical-coordinate representation of color #8173AC: hue angle of 254.74º degrees, saturation: 0.26, 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 #8173AC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129115172-
CMYK0.250.3300.33
HSL254.74º25.56%56.27%-
HSV(B)254.74º33.14%67.45%-
XYZ22.6319.9141.68-
YUV125.68154.14130.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=31.01%
G=27.64%
B=41.35%

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
Decimal1291151720.250.3300.33254.7425.5656.27
Hex8173AC1921021ff1a38
Octal20116325431410413773270
Binary100000011110011101011001100110000101000011111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8173AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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