#8462AF

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

Shades of Deluge #8462AF

Tints of Deluge #8462AF

Color information

#8462AF (or 0x8462AF) is unknown color: approx Deluge. HEX triplet: 84, 62 and AF. RGB value is (132,98,175). Sum of RGB (Red+Green+Blue) = 132+98+175=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #8462AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8462AF is #7B9D50. Grayscale: #747474. Windows color (decimal): -8101201 or 11494020. OLE color: 11494020.

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

Color convert

RGB13298175-
CMYK0.250.4400.31
HSL266.49º32.49%53.53%-
HSV(B)266.49º44%68.63%-
XYZ21.6216.7442.65-
YUV116.94160.76138.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=32.59%
G=24.20%
B=43.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132981750.250.4400.31266.4932.4953.53
Hex8462AF192C01F10a2036
Octal20414225731540374124066
Binary1000010011000101010111111001101100011111100001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8462AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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