#8D819D

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

Shades of Deluge #8D819D

Tints of Deluge #8D819D

Color information

#8D819D (or 0x8D819D) is unknown color: approx Deluge. HEX triplet: 8D, 81 and 9D. RGB value is (141,129,157). Sum of RGB (Red+Green+Blue) = 141+129+157=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D819D is #727E62. Grayscale: #878787. Windows color (decimal): -7503459 or 10322317. OLE color: 10322317.

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

Color convert

RGB141129157-
CMYK0.100.1800.38
HSL265.71º12.5%56.08%-
HSV(B)265.71º17.83%61.57%-
XYZ24.9223.835.18-
YUV135.78139.98131.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=33.02%
G=30.21%
B=36.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411291570.100.1800.38265.7112.556.08
Hex8D819DA1202610ac38
Octal21520123512220464121470
Binary10001101100000011001110110101001001001101000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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