#8A6FAC

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

Shades of Deluge #8A6FAC

Tints of Deluge #8A6FAC

Color information

#8A6FAC (or 0x8A6FAC) is unknown color: approx Deluge. HEX triplet: 8A, 6F and AC. RGB value is (138,111,172). Sum of RGB (Red+Green+Blue) = 138+111+172=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6FAC is #759053. Grayscale: #7D7D7D. Windows color (decimal): -7704660 or 11300746. OLE color: 11300746.

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

Color convert

RGB138111172-
CMYK0.200.3500.33
HSL266.56º26.87%55.49%-
HSV(B)266.56º35.47%67.45%-
XYZ23.6119.7541.6-
YUV126.03153.95136.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=32.78%
G=26.37%
B=40.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381111720.200.3500.33266.5626.8755.49
Hex8A6FAC142302110b1b37
Octal21215725424430414133367
Binary1000101011011111010110010100100011010000110000101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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