#8067A2

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

Shades of Deluge #8067A2

Tints of Deluge #8067A2

Color information

#8067A2 (or 0x8067A2) is unknown color: approx Deluge. HEX triplet: 80, 67 and A2. RGB value is (128,103,162). Sum of RGB (Red+Green+Blue) = 128+103+162=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 162 - color contains mainly: blue. Hex color #8067A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8067A2 is #7F985D. Grayscale: #747474. Windows color (decimal): -8362078 or 10643328. OLE color: 10643328.

HSL color Cylindrical-coordinate representation of color #8067A2: hue angle of 265.42º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8067A2 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128103162-
CMYK0.210.3600.36
HSL265.42º24.08%51.96%-
HSV(B)265.42º36.42%63.53%-
XYZ20.2716.936.38-
YUV117.2153.28135.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 162 (63.67% from 255) = 41.22%
R=32.57%
G=26.21%
B=41.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281031620.210.3600.36265.4224.0851.96
Hex8067A215240241091834
Octal20014724225440444113064
Binary1000000011001111010001010101100100010010010000100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8067A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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