#8167AC

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

Shades of Deluge #8167AC

Tints of Deluge #8167AC

Color information

#8167AC (or 0x8167AC) is unknown color: approx Deluge. HEX triplet: 81, 67 and AC. RGB value is (129,103,172). Sum of RGB (Red+Green+Blue) = 129+103+172=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8167AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8167AC is #7E9853. Grayscale: #767676. Windows color (decimal): -8296532 or 11298689. OLE color: 11298689.

HSL color Cylindrical-coordinate representation of color #8167AC: hue angle of 262.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8167AC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129103172-
CMYK0.250.4000.33
HSL262.61º29.36%53.92%-
HSV(B)262.61º40.12%67.45%-
XYZ21.3517.3541.25-
YUV118.64158.11135.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=31.93%
G=25.50%
B=42.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291031720.250.4000.33262.6129.3653.92
Hex8167AC19280211071d36
Octal20114725431500414073566
Binary1000000111001111010110011001101000010000110000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8167AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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