#8467AF

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

Shades of Deluge #8467AF

Tints of Deluge #8467AF

Color information

#8467AF (or 0x8467AF) is unknown color: approx Deluge. HEX triplet: 84, 67 and AF. RGB value is (132,103,175). Sum of RGB (Red+Green+Blue) = 132+103+175=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #8467AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8467AF is #7B9850. Grayscale: #777777. Windows color (decimal): -8099921 or 11495300. OLE color: 11495300.

HSL color Cylindrical-coordinate representation of color #8467AF: hue angle of 264.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8467AF is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132103175-
CMYK0.250.4100.31
HSL264.17º31.03%54.51%-
HSV(B)264.17º41.14%68.63%-
XYZ22.117.742.81-
YUV119.88159.11136.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=32.20%
G=25.12%
B=42.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321031750.250.4100.31264.1731.0354.51
Hex8467AF192901F1081f37
Octal20414725731510374103767
Binary100001001100111101011111100110100101111110000100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8467AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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