Html Css Color HEX #948998 Amethyst Smoke

📋 copy color: '#948998'

red 148 ◦ green 137 ◦ blue 152

#948998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #948998

Tints of Amethyst Smoke #948998

RGB

 RED value IS 148 (58.2% from 255) = 33.87%

 GREEN value IS 137 (53.91% from 255) = 31.35%

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 33.87%
G = 31.35%
B = 34.78%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#948998 (or 0x948998) is known color: Amethyst Smoke. HEX triplet: 94, 89 and 98. RGB value is (148,137,152). Sum of RGB (Red+Green+Blue) = 148+137+152=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 152 - color contains mainly: blue. Hex color #948998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948998 is #6B7667. Grayscale: #8D8D8D. Windows color (decimal): -7042664 or 9996692. OLE color: 9996692.

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

Color convert

RGB 148 137 152 -
CMYK 0.03 0.10 0 0.40
HSL 284º 0.07% 0.57% -
HSV(B) 284º 0.1% 0.6% -
XYZ 26.83 26.45 33.4 -
YUV 142 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 148 137 152 0.03 0.10 0 0.40 284 0.07 0.57
Hex 94 89 98 3 A 0 28 11C 7 39
Octal 224 211 230 3 12 0 50 434 7 71
Binary 10010100 10001001 10011000 11 1010 0 101000 100011100 111 111001

Color Harmonies of #948998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948998

Black with #948998

Text Example


Text Example

White with #948998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948998; }

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

 H1.HeaderClassName
 {
   color: #948998;
 }
 .AnyTagClassName
 {
   color: #948998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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