#8D7CAC

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

Shades of Deluge #8D7CAC

Tints of Deluge #8D7CAC

Color information

#8D7CAC (or 0x8D7CAC) is unknown color: approx Deluge. HEX triplet: 8D, 7C and AC. RGB value is (141,124,172). Sum of RGB (Red+Green+Blue) = 141+124+172=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7CAC is #728353. Grayscale: #868686. Windows color (decimal): -7504724 or 11304077. OLE color: 11304077.

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

Color convert

RGB141124172-
CMYK0.180.2800.33
HSL261.25º22.43%58.04%-
HSV(B)261.25º27.91%67.45%-
XYZ25.6423.0642.13-
YUV134.56149.13132.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=32.27%
G=28.38%
B=39.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411241720.180.2800.33261.2522.4358.04
Hex8D7CAC121C021105163a
Octal21517425422340414052672
Binary100011011111100101011001001011100010000110000010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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