Html Css Color HEX #948C9D Amethyst Smoke

📋 copy color: '#948C9D'

red 148 ◦ green 140 ◦ blue 157

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

Shades of Amethyst Smoke #948C9D

Tints of Amethyst Smoke #948C9D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 33.26%
G = 31.46%
B = 35.28%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#948C9D (or 0x948C9D) is known color: Amethyst Smoke. HEX triplet: 94, 8C and 9D. RGB value is (148,140,157). Sum of RGB (Red+Green+Blue) = 148+140+157=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #948C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C9D is #6B7362. Grayscale: #909090. Windows color (decimal): -7041891 or 10325140. OLE color: 10325140.

HSL color Cylindrical-coordinate representation of color #948C9D: hue angle of 268.24º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948C9D is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 140 157 -
CMYK 0.06 0.11 0 0.38
HSL 268.24º 0.08% 0.58% -
HSV(B) 268.24º 0.11% 0.62% -
XYZ 27.68 27.49 35.74 -
YUV 144.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 148 140 157 0.06 0.11 0 0.38 268.24 0.08 0.58
Hex 94 8C 9D 6 B 0 26 10C 8 3A
Octal 224 214 235 6 13 0 46 414 10 72
Binary 10010100 10001100 10011101 110 1011 0 100110 100001100 1000 111010

Color Harmonies of #948C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C9D

Black with #948C9D

Text Example


Text Example

White with #948C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,140,157); }

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

background-color css

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

 a { background-color: rgb(148,140,157); }

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

border-color css

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

 span { border-color: rgb(148,140,157); }

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