Html Css Color HEX #958D99 Amethyst Smoke

📋 copy color: '#958D99'

red 149 ◦ green 141 ◦ blue 153

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

Shades of Amethyst Smoke #958D99

Tints of Amethyst Smoke #958D99

RGB

 RED value IS 149 (58.59% from 255) = 33.63%

 GREEN value IS 141 (55.47% from 255) = 31.83%

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

R = 33.63%
G = 31.83%
B = 34.54%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#958D99 (or 0x958D99) is known color: Amethyst Smoke. HEX triplet: 95, 8D and 99. RGB value is (149,141,153). Sum of RGB (Red+Green+Blue) = 149+141+153=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 153 - color contains mainly: blue. Hex color #958D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D99 is #6A7266. Grayscale: #909090. Windows color (decimal): -6976103 or 10063253. OLE color: 10063253.

HSL color Cylindrical-coordinate representation of color #958D99: hue angle of 280º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #958D99 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 141 153 -
CMYK 0.03 0.08 0 0.4
HSL 280º 0.06% 0.58% -
HSV(B) 280º 0.08% 0.6% -
XYZ 27.67 27.74 34.03 -
YUV 144.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 149 141 153 0.03 0.08 0 0.4 280 0.06 0.58
Hex 95 8D 99 3 8 0 28 118 6 3A
Octal 225 215 231 3 10 0 50 430 6 72
Binary 10010101 10001101 10011001 11 1000 0 101000 100011000 110 111010

Color Harmonies of #958D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D99

Black with #958D99

Text Example


Text Example

White with #958D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D99; }

 p { color: rgb(149,141,153); }

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

background-color css

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

 a { background-color: rgb(149,141,153); }

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

border-color css

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

 span { border-color: rgb(149,141,153); }

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