#908199

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

Shades of Amethyst Smoke #908199

Tints of Amethyst Smoke #908199

Color information

#908199 (or 0x908199) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 81 and 99. RGB value is (144,129,153). Sum of RGB (Red+Green+Blue) = 144+129+153=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #908199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908199 is #6F7E66. Grayscale: #888888. Windows color (decimal): -7306855 or 10060176. OLE color: 10060176.

HSL color Cylindrical-coordinate representation of color #908199: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #908199 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB144129153-
CMYK0.060.1600.4
HSL277.5º10.53%55.29%-
HSV(B)277.5º15.69%60%-
XYZ25.123.9333.43-
YUV136.22137.47133.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=33.80%
G=30.28%
B=35.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441291530.060.1600.4277.510.5355.29
Hex908199610028116b37
Octal2202012316200504261367
Binary1001000010000001100110011101000001010001000101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908199; }

 p { color: rgb(144,129,153); }

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

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

 a { background-color: rgb(144,129,153); }

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

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

 span { border-color: rgb(144,129,153); }

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