#8469AF

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

Shades of Deluge #8469AF

Tints of Deluge #8469AF

Color information

#8469AF (or 0x8469AF) is unknown color: approx Deluge. HEX triplet: 84, 69 and AF. RGB value is (132,105,175). Sum of RGB (Red+Green+Blue) = 132+105+175=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #8469AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8469AF is #7B9650. Grayscale: #787878. Windows color (decimal): -8099409 or 11495812. OLE color: 11495812.

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

Color convert

RGB132105175-
CMYK0.250.4000.31
HSL263.14º30.43%54.9%-
HSV(B)263.14º40%68.63%-
XYZ22.3118.142.88-
YUV121.05158.45135.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=32.04%
G=25.49%
B=42.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321051750.250.4000.31263.1430.4354.9
Hex8469AF192801F1071e37
Octal20415125731500374073667
Binary100001001101001101011111100110100001111110000011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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