#9D819E

Color #9D819E Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #9D819E

Tints of Amethyst Smoke #9D819E

Color information

#9D819E (or 0x9D819E) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 81 and 9E. RGB value is (157,129,158). Sum of RGB (Red+Green+Blue) = 157+129+158=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D819E is #627E61. Grayscale: #8C8C8C. Windows color (decimal): -6454882 or 10387869. OLE color: 10387869.

HSL color Cylindrical-coordinate representation of color #9D819E: hue angle of 297.93º degrees, saturation: 0.13, 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 #9D819E is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB157129158-
CMYK0.010.1800.38
HSL297.93º13%56.27%-
HSV(B)297.93º18.35%61.96%-
XYZ27.9325.3435.77-
YUV140.68137.78139.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=35.36%
G=29.05%
B=35.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571291580.010.1800.38297.931356.27
Hex9D819E11202612ad38
Octal2352012361220464521570
Binary10011101100000011001111011001001001101001010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D819E; }

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

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

<style>
 a { background-color: #9D819E; }

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

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

<style>
 span { border-color: #9D819E; }

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

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