#948D98

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

Shades of Amethyst Smoke #948D98

Tints of Amethyst Smoke #948D98

Color information

#948D98 (or 0x948D98) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 8D and 98. RGB value is (148,141,152). Sum of RGB (Red+Green+Blue) = 148+141+152=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 152 - color contains mainly: blue. Hex color #948D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D98 is #6B7267. Grayscale: #909090. Windows color (decimal): -7041640 or 9997716. OLE color: 9997716.

HSL color Cylindrical-coordinate representation of color #948D98: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #948D98 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB148141152-
CMYK0.030.0700.40
HSL278.18º5.07%57.45%-
HSV(B)278.18º7.24%59.61%-
XYZ27.4127.6133.59-
YUV144.35132.32130.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=33.56%
G=31.97%
B=34.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481411520.030.0700.40278.185.0757.45
Hex948D9837028116539
Octal22421523037050426571
Binary100101001000110110011000111110101000100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948D98; }

 p { color: rgb(148,141,152); }

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

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

 a { background-color: rgb(148,141,152); }

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

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

 span { border-color: rgb(148,141,152); }

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