Html Css Color HEX #948399 Amethyst Smoke

📋 copy color: '#948399'

red 148 ◦ green 131 ◦ blue 153

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

Shades of Amethyst Smoke #948399

Tints of Amethyst Smoke #948399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 34.26%
G = 30.32%
B = 35.42%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#948399 (or 0x948399) is known color: Amethyst Smoke. HEX triplet: 94, 83 and 99. RGB value is (148,131,153). Sum of RGB (Red+Green+Blue) = 148+131+153=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #948399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948399 is #6B7C66. Grayscale: #8A8A8A. Windows color (decimal): -7044199 or 10060692. OLE color: 10060692.

HSL color Cylindrical-coordinate representation of color #948399: hue angle of 286.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948399 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 131 153 -
CMYK 0.03 0.14 0 0.4
HSL 286.36º 0.1% 0.56% -
HSV(B) 286.36º 0.14% 0.6% -
XYZ 26.08 24.83 33.55 -
YUV 138.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 148 131 153 0.03 0.14 0 0.4 286.36 0.1 0.56
Hex 94 83 99 3 E 0 28 11E A 38
Octal 224 203 231 3 16 0 50 436 12 70
Binary 10010100 10000011 10011001 11 1110 0 101000 100011110 1010 111000

Color Harmonies of #948399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948399

Black with #948399

Text Example


Text Example

White with #948399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948399; }

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

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

background-color css

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

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

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

border-color css

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

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

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