Html Css Color HEX #94899E Amethyst Smoke

📋 copy color: '#94899E'

red 148 ◦ green 137 ◦ blue 158

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

Shades of Amethyst Smoke #94899E

Tints of Amethyst Smoke #94899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.93%

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 33.41%
G = 30.93%
B = 35.67%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94899E (or 0x94899E) is known color: Amethyst Smoke. HEX triplet: 94, 89 and 9E. RGB value is (148,137,158). Sum of RGB (Red+Green+Blue) = 148+137+158=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 158 - color contains mainly: blue. Hex color #94899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94899E is #6B7661. Grayscale: #8E8E8E. Windows color (decimal): -7042658 or 10389908. OLE color: 10389908.

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

Color convert

RGB 148 137 158 -
CMYK 0.06 0.13 0 0.38
HSL 271.43º 0.1% 0.58% -
HSV(B) 271.43º 0.13% 0.62% -
XYZ 27.33 26.66 36.05 -
YUV 142.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 148 137 158 0.06 0.13 0 0.38 271.43 0.1 0.58
Hex 94 89 9E 6 D 0 26 10F A 3A
Octal 224 211 236 6 15 0 46 417 12 72
Binary 10010100 10001001 10011110 110 1101 0 100110 100001111 1010 111010

Color Harmonies of #94899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94899E

Black with #94899E

Text Example


Text Example

White with #94899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94899E; }

 p { color: rgb(148,137,158); }

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

background-color css

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

 a { background-color: rgb(148,137,158); }

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

border-color css

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

 span { border-color: rgb(148,137,158); }

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