Html Css Color HEX #958499 Amethyst Smoke

📋 copy color: '#958499'

red 149 ◦ green 132 ◦ blue 153

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

Shades of Amethyst Smoke #958499

Tints of Amethyst Smoke #958499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 34.33%
G = 30.41%
B = 35.25%

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

#958499 (or 0x958499) is known color: Amethyst Smoke. HEX triplet: 95, 84 and 99. RGB value is (149,132,153). Sum of RGB (Red+Green+Blue) = 149+132+153=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #958499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958499 is #6A7B66. Grayscale: #8B8B8B. Windows color (decimal): -6978407 or 10060949. OLE color: 10060949.

HSL color Cylindrical-coordinate representation of color #958499: hue angle of 288.57º degrees, saturation: 0.09, 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 #958499 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 132 153 -
CMYK 0.03 0.14 0 0.4
HSL 288.57º 0.09% 0.56% -
HSV(B) 288.57º 0.14% 0.6% -
XYZ 26.4 25.19 33.61 -
YUV 139.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 149 132 153 0.03 0.14 0 0.4 288.57 0.09 0.56
Hex 95 84 99 3 E 0 28 121 9 38
Octal 225 204 231 3 16 0 50 441 11 70
Binary 10010101 10000100 10011001 11 1110 0 101000 100100001 1001 111000

Color Harmonies of #958499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958499

Black with #958499

Text Example


Text Example

White with #958499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958499; }

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

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

background-color css

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

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

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

border-color css

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

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

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