#8064AF

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

Shades of Deluge #8064AF

Tints of Deluge #8064AF

Color information

#8064AF (or 0x8064AF) is unknown color: approx Deluge. HEX triplet: 80, 64 and AF. RGB value is (128,100,175). Sum of RGB (Red+Green+Blue) = 128+100+175=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #8064AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8064AF is #7F9B50. Grayscale: #747474. Windows color (decimal): -8362833 or 11494528. OLE color: 11494528.

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

Color convert

RGB128100175-
CMYK0.270.4300.31
HSL262.4º31.91%53.92%-
HSV(B)262.4º42.86%68.63%-
XYZ21.216.842.68-
YUV116.92160.78135.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=31.76%
G=24.81%
B=43.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281001750.270.4300.31262.431.9153.92
Hex8064AF1B2B01F1062036
Octal20014425733530374064066
Binary1000000011001001010111111011101011011111100000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,100,175); }

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

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

 a { background-color: rgb(128,100,175); }

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

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

 span { border-color: rgb(128,100,175); }

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