Html Css Color HEX #948D98 Amethyst Smoke

📋 copy color: '#948D98'

red 148 ◦ green 141 ◦ blue 152

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

Shades of Amethyst Smoke #948D98

Tints of Amethyst Smoke #948D98

RGB

 RED value IS 148 (58.2% 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 value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#948D98 (or 0x948D98) is known color: 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

RGB 148 141 152 -
CMYK 0.03 0.07 0 0.40
HSL 278.18º 0.05% 0.57% -
HSV(B) 278.18º 0.07% 0.6% -
XYZ 27.41 27.61 33.59 -
YUV 144.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 148 141 152 0.03 0.07 0 0.40 278.18 0.05 0.57
Hex 94 8D 98 3 7 0 28 116 5 39
Octal 224 215 230 3 7 0 50 426 5 71
Binary 10010100 10001101 10011000 11 111 0 101000 100010110 101 111001

Color Harmonies of #948D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D98

Black with #948D98

Text Example


Text Example

White with #948D98

Text Example


Text Example

HTML Codes & Css Web 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>