#8174A4

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

Shades of Deluge #8174A4

Tints of Deluge #8174A4

Color information

#8174A4 (or 0x8174A4) is unknown color: approx Deluge. HEX triplet: 81, 74 and A4. RGB value is (129,116,164). Sum of RGB (Red+Green+Blue) = 129+116+164=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #8174A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8174A4 is #7E8B5B. Grayscale: #7D7D7D. Windows color (decimal): -8293212 or 10777729. OLE color: 10777729.

HSL color Cylindrical-coordinate representation of color #8174A4: hue angle of 256.25º degrees, saturation: 0.21, 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 #8174A4 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB129116164-
CMYK0.210.2900.36
HSL256.25º20.87%54.9%-
HSV(B)256.25º29.27%64.31%-
XYZ2219.8437.79-
YUV125.36149.81130.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=31.54%
G=28.36%
B=40.10%

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
Decimal1291161640.210.2900.36256.2520.8754.9
Hex8174A4151D0241001537
Octal20116424425350444002567
Binary100000011110100101001001010111101010010010000000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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