#907D9E

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

Shades of Amethyst Smoke #907D9E

Tints of Amethyst Smoke #907D9E

Color information

#907D9E (or 0x907D9E) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 7D and 9E. RGB value is (144,125,158). Sum of RGB (Red+Green+Blue) = 144+125+158=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #907D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907D9E is #6F8261. Grayscale: #868686. Windows color (decimal): -7307874 or 10386832. OLE color: 10386832.

HSL color Cylindrical-coordinate representation of color #907D9E: hue angle of 274.55º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907D9E is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144125158-
CMYK0.090.2100.38
HSL274.55º14.54%55.49%-
HSV(B)274.55º20.89%61.96%-
XYZ25.0123.0735.48-
YUV134.44141.29134.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=33.72%
G=29.27%
B=37.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441251580.090.2100.38274.5514.5455.49
Hex907D9E915026113f37
Octal22017523611250464231767
Binary1001000011111011001111010011010101001101000100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907D9E; }

 p { color: rgb(144,125,158); }

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

<style>
 a { background-color: #907D9E; }

 a { background-color: rgb(144,125,158); }

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

<style>
 span { border-color: #907D9E; }

 span { border-color: rgb(144,125,158); }

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