Html Css Color HEX #948BA1 Amethyst Smoke

📋 copy color: '#948BA1'

red 148 ◦ green 139 ◦ blue 161

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

Shades of Amethyst Smoke #948BA1

Tints of Amethyst Smoke #948BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

 BLUE value IS 161 (63.28% from 255) = 35.94%

R = 33.04%
G = 31.03%
B = 35.94%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#948BA1 (or 0x948BA1) is known color: Amethyst Smoke. HEX triplet: 94, 8B and A1. RGB value is (148,139,161). Sum of RGB (Red+Green+Blue) = 148+139+161=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 161 - color contains mainly: blue. Hex color #948BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BA1 is #6B745E. Grayscale: #909090. Windows color (decimal): -7042143 or 10587028. OLE color: 10587028.

HSL color Cylindrical-coordinate representation of color #948BA1: hue angle of 264.55º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948BA1 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 139 161 -
CMYK 0.08 0.14 0 0.37
HSL 264.55º 0.1% 0.59% -
HSV(B) 264.55º 0.14% 0.63% -
XYZ 27.88 27.33 37.52 -
YUV 144.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 148 139 161 0.08 0.14 0 0.37 264.55 0.1 0.59
Hex 94 8B A1 8 E 0 25 109 A 3B
Octal 224 213 241 10 16 0 45 411 12 73
Binary 10010100 10001011 10100001 1000 1110 0 100101 100001001 1010 111011

Color Harmonies of #948BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BA1

Black with #948BA1

Text Example


Text Example

White with #948BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,161); }

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

background-color css

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

 a { background-color: rgb(148,139,161); }

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

border-color css

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

 span { border-color: rgb(148,139,161); }

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