#8067AA

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

Shades of Deluge #8067AA

Tints of Deluge #8067AA

Color information

#8067AA (or 0x8067AA) is unknown color: approx Deluge. HEX triplet: 80, 67 and AA. RGB value is (128,103,170). Sum of RGB (Red+Green+Blue) = 128+103+170=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8067AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8067AA is #7F9855. Grayscale: #757575. Windows color (decimal): -8362070 or 11167616. OLE color: 11167616.

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

Color convert

RGB128103170-
CMYK0.250.3900.33
HSL262.39º28.27%53.53%-
HSV(B)262.39º39.41%66.67%-
XYZ21.0117.1940.24-
YUV118.11157.28135.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=31.92%
G=25.69%
B=42.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281031700.250.3900.33262.3928.2753.53
Hex8067AA19270211061c36
Octal20014725231470414063466
Binary1000000011001111010101011001100111010000110000011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8067AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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