#8A6FAD

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

Shades of Deluge #8A6FAD

Tints of Deluge #8A6FAD

Color information

#8A6FAD (or 0x8A6FAD) is unknown color: approx Deluge. HEX triplet: 8A, 6F and AD. RGB value is (138,111,173). Sum of RGB (Red+Green+Blue) = 138+111+173=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A6FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6FAD is #759052. Grayscale: #7D7D7D. Windows color (decimal): -7704659 or 11366282. OLE color: 11366282.

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

Color convert

RGB138111173-
CMYK0.200.3600.32
HSL266.13º27.43%55.69%-
HSV(B)266.13º35.84%67.84%-
XYZ23.7119.7942.11-
YUV126.14154.45136.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=32.70%
G=26.30%
B=41.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381111730.200.3600.32266.1327.4355.69
Hex8A6FAD142402010a1b38
Octal21215725524440404123370
Binary1000101011011111010110110100100100010000010000101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,173); }

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

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

 a { background-color: rgb(138,111,173); }

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

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

 span { border-color: rgb(138,111,173); }

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