Html Css Color HEX #948099 Amethyst Smoke

📋 copy color: '#948099'

red 148 ◦ green 128 ◦ blue 153

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

Shades of Amethyst Smoke #948099

Tints of Amethyst Smoke #948099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.84%

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

R = 34.5%
G = 29.84%
B = 35.66%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#948099 (or 0x948099) is known color: Amethyst Smoke. HEX triplet: 94, 80 and 99. RGB value is (148,128,153). Sum of RGB (Red+Green+Blue) = 148+128+153=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #948099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948099 is #6B7F66. Grayscale: #888888. Windows color (decimal): -7044967 or 10059924. OLE color: 10059924.

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

Color convert

RGB 148 128 153 -
CMYK 0.03 0.16 0 0.4
HSL 288º 0.11% 0.55% -
HSV(B) 288º 0.16% 0.6% -
XYZ 25.68 24.03 33.42 -
YUV 136.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 148 128 153 0.03 0.16 0 0.4 288 0.11 0.55
Hex 94 80 99 3 10 0 28 120 B 37
Octal 224 200 231 3 20 0 50 440 13 67
Binary 10010100 10000000 10011001 11 10000 0 101000 100100000 1011 110111

Color Harmonies of #948099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948099

Black with #948099

Text Example


Text Example

White with #948099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948099; }

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

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

background-color css

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

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

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

border-color css

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

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

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