#8D7FAC

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

Shades of Deluge #8D7FAC

Tints of Deluge #8D7FAC

Color information

#8D7FAC (or 0x8D7FAC) is unknown color: approx Deluge. HEX triplet: 8D, 7F and AC. RGB value is (141,127,172). Sum of RGB (Red+Green+Blue) = 141+127+172=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7FAC is #728053. Grayscale: #888888. Windows color (decimal): -7503956 or 11304845. OLE color: 11304845.

HSL color Cylindrical-coordinate representation of color #8D7FAC: hue angle of 258.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D7FAC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141127172-
CMYK0.180.2600.33
HSL258.67º21.33%58.63%-
HSV(B)258.67º26.16%67.45%-
XYZ26.0223.8242.26-
YUV136.32148.14131.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=32.05%
G=28.86%
B=39.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411271720.180.2600.33258.6721.3358.63
Hex8D7FAC121A021103153b
Octal21517725422320414032573
Binary100011011111111101011001001011010010000110000001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,172); }

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

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

 a { background-color: rgb(141,127,172); }

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

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

 span { border-color: rgb(141,127,172); }

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