#8D7EAD

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

Shades of Deluge #8D7EAD

Tints of Deluge #8D7EAD

Color information

#8D7EAD (or 0x8D7EAD) is unknown color: approx Deluge. HEX triplet: 8D, 7E and AD. RGB value is (141,126,173). Sum of RGB (Red+Green+Blue) = 141+126+173=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D7EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7EAD is #728152. Grayscale: #878787. Windows color (decimal): -7504211 or 11370125. OLE color: 11370125.

HSL color Cylindrical-coordinate representation of color #8D7EAD: hue angle of 259.15º 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 #8D7EAD is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141126173-
CMYK0.180.2700.32
HSL259.15º22.27%58.63%-
HSV(B)259.15º27.17%67.84%-
XYZ25.9923.642.72-
YUV135.84148.97131.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=32.05%
G=28.64%
B=39.32%

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
Decimal1411261730.180.2700.32259.1522.2758.63
Hex8D7EAD121B020103163b
Octal21517625522330404032673
Binary100011011111110101011011001011011010000010000001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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