#8A6EAC

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

Shades of Deluge #8A6EAC

Tints of Deluge #8A6EAC

Color information

#8A6EAC (or 0x8A6EAC) is unknown color: approx Deluge. HEX triplet: 8A, 6E and AC. RGB value is (138,110,172). Sum of RGB (Red+Green+Blue) = 138+110+172=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6EAC is #759153. Grayscale: #7D7D7D. Windows color (decimal): -7704916 or 11300490. OLE color: 11300490.

HSL color Cylindrical-coordinate representation of color #8A6EAC: hue angle of 267.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A6EAC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138110172-
CMYK0.200.3600.33
HSL267.1º27.19%55.29%-
HSV(B)267.1º36.05%67.45%-
XYZ23.519.5341.56-
YUV125.44154.28136.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=32.86%
G=26.19%
B=40.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381101720.200.3600.33267.127.1955.29
Hex8A6EAC142402110b1b37
Octal21215625424440414133367
Binary1000101011011101010110010100100100010000110000101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6EAC; }

 p { color: rgb(138,110,172); }

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

<style>
 a { background-color: #8A6EAC; }

 a { background-color: rgb(138,110,172); }

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

<style>
 span { border-color: #8A6EAC; }

 span { border-color: rgb(138,110,172); }

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