#8467AA

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

Shades of Deluge #8467AA

Tints of Deluge #8467AA

Color information

#8467AA (or 0x8467AA) is unknown color: approx Deluge. HEX triplet: 84, 67 and AA. RGB value is (132,103,170). Sum of RGB (Red+Green+Blue) = 132+103+170=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #8467AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8467AA is #7B9855. Grayscale: #777777. Windows color (decimal): -8099926 or 11167620. OLE color: 11167620.

HSL color Cylindrical-coordinate representation of color #8467AA: hue angle of 265.97º 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 #8467AA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132103170-
CMYK0.220.3900.33
HSL265.97º28.27%53.53%-
HSV(B)265.97º39.41%66.67%-
XYZ21.6217.5140.27-
YUV119.31156.61137.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=32.59%
G=25.43%
B=41.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321031700.220.3900.33265.9728.2753.53
Hex8467AA162702110a1c36
Octal20414725226470414123466
Binary1000010011001111010101010110100111010000110000101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8467AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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