#8174A3

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

Shades of Deluge #8174A3

Tints of Deluge #8174A3

Color information

#8174A3 (or 0x8174A3) is unknown color: approx Deluge. HEX triplet: 81, 74 and A3. RGB value is (129,116,163). Sum of RGB (Red+Green+Blue) = 129+116+163=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 163 - color contains mainly: blue. Hex color #8174A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8174A3 is #7E8B5C. Grayscale: #7D7D7D. Windows color (decimal): -8293213 or 10712193. OLE color: 10712193.

HSL color Cylindrical-coordinate representation of color #8174A3: hue angle of 256.6º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8174A3 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB129116163-
CMYK0.210.2900.36
HSL256.6º20.35%54.71%-
HSV(B)256.6º28.83%63.92%-
XYZ21.9119.837.32-
YUV125.24149.31130.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 163 (64.06% from 255) = 39.95%
R=31.62%
G=28.43%
B=39.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291161630.210.2900.36256.620.3554.71
Hex8174A3151D0241011437
Octal20116424325350444012467
Binary100000011110100101000111010111101010010010000000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8174A3; }

 p { color: rgb(129,116,163); }

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

<style>
 a { background-color: #8174A3; }

 a { background-color: rgb(129,116,163); }

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

<style>
 span { border-color: #8174A3; }

 span { border-color: rgb(129,116,163); }

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