#8D7FAE

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

Shades of Deluge #8D7FAE

Tints of Deluge #8D7FAE

Color information

#8D7FAE (or 0x8D7FAE) is unknown color: approx Deluge. HEX triplet: 8D, 7F and AE. RGB value is (141,127,174). Sum of RGB (Red+Green+Blue) = 141+127+174=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7FAE is #728051. Grayscale: #888888. Windows color (decimal): -7503954 or 11435917. OLE color: 11435917.

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

Color convert

RGB141127174-
CMYK0.190.2700.32
HSL257.87º22.49%59.02%-
HSV(B)257.87º27.01%68.24%-
XYZ26.2123.943.28-
YUV136.54149.14131.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.90%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=31.90%
G=28.73%
B=39.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411271740.190.2700.32257.8722.4959.02
Hex8D7FAE131B020102163b
Octal21517725623330404022673
Binary100011011111111101011101001111011010000010000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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