Html Css Color HEX #948999 Amethyst Smoke

📋 copy color: '#948999'

red 148 ◦ green 137 ◦ blue 153

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

Shades of Amethyst Smoke #948999

Tints of Amethyst Smoke #948999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.93%

R = 33.79%
G = 31.28%
B = 34.93%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#948999 (or 0x948999) is known color: Amethyst Smoke. HEX triplet: 94, 89 and 99. RGB value is (148,137,153). Sum of RGB (Red+Green+Blue) = 148+137+153=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 153 - color contains mainly: blue. Hex color #948999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948999 is #6B7666. Grayscale: #8E8E8E. Windows color (decimal): -7042663 or 10062228. OLE color: 10062228.

HSL color Cylindrical-coordinate representation of color #948999: hue angle of 281.25º 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 #948999 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 137 153 -
CMYK 0.03 0.10 0 0.4
HSL 281.25º 0.07% 0.57% -
HSV(B) 281.25º 0.1% 0.6% -
XYZ 26.91 26.49 33.83 -
YUV 142.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 148 137 153 0.03 0.10 0 0.4 281.25 0.07 0.57
Hex 94 89 99 3 A 0 28 119 7 39
Octal 224 211 231 3 12 0 50 431 7 71
Binary 10010100 10001001 10011001 11 1010 0 101000 100011001 111 111001

Color Harmonies of #948999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948999

Black with #948999

Text Example


Text Example

White with #948999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948999; }

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

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

background-color css

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

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

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

border-color css

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

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

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