#8D7FAD

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

Shades of Deluge #8D7FAD

Tints of Deluge #8D7FAD

Color information

#8D7FAD (or 0x8D7FAD) is unknown color: approx Deluge. HEX triplet: 8D, 7F and AD. RGB value is (141,127,173). Sum of RGB (Red+Green+Blue) = 141+127+173=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D7FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7FAD is #728052. Grayscale: #888888. Windows color (decimal): -7503955 or 11370381. OLE color: 11370381.

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

Color convert

RGB141127173-
CMYK0.180.2700.32
HSL258.26º21.9%58.82%-
HSV(B)258.26º26.59%67.84%-
XYZ26.1223.8642.76-
YUV136.43148.64131.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=31.97%
G=28.80%
B=39.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411271730.180.2700.32258.2621.958.82
Hex8D7FAD121B020102163b
Octal21517725522330404022673
Binary100011011111111101011011001011011010000010000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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