#8167AA

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

Shades of Deluge #8167AA

Tints of Deluge #8167AA

Color information

#8167AA (or 0x8167AA) is unknown color: approx Deluge. HEX triplet: 81, 67 and AA. RGB value is (129,103,170). Sum of RGB (Red+Green+Blue) = 129+103+170=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #8167AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8167AA is #7E9855. Grayscale: #767676. Windows color (decimal): -8296534 or 11167617. OLE color: 11167617.

HSL color Cylindrical-coordinate representation of color #8167AA: hue angle of 263.28º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8167AA is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129103170-
CMYK0.240.3900.33
HSL263.28º28.27%53.53%-
HSV(B)263.28º39.41%66.67%-
XYZ21.1617.2740.25-
YUV118.41157.11135.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=32.09%
G=25.62%
B=42.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291031700.240.3900.33263.2828.2753.53
Hex8167AA18270211071c36
Octal20114725230470414073466
Binary1000000111001111010101011000100111010000110000011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8167AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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