#8D819F

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

Shades of Deluge #8D819F

Tints of Deluge #8D819F

Color information

#8D819F (or 0x8D819F) is unknown color: approx Deluge. HEX triplet: 8D, 81 and 9F. RGB value is (141,129,159). Sum of RGB (Red+Green+Blue) = 141+129+159=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D819F is #727E60. Grayscale: #878787. Windows color (decimal): -7503457 or 10453389. OLE color: 10453389.

HSL color Cylindrical-coordinate representation of color #8D819F: hue angle of 264º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D819F is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB141129159-
CMYK0.110.1900.38
HSL264º13.51%56.47%-
HSV(B)264º18.87%62.35%-
XYZ25.0923.8736.09-
YUV136.01140.98131.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=32.87%
G=30.07%
B=37.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411291590.110.1900.3826413.5156.47
Hex8D819FB13026108e38
Octal21520123713230464101670
Binary10001101100000011001111110111001101001101000010001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,159); }

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

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

 a { background-color: rgb(141,129,159); }

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

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

 span { border-color: rgb(141,129,159); }

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