Html Css Color HEX #958199 Amethyst Smoke

📋 copy color: '#958199'

red 149 ◦ green 129 ◦ blue 153

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

Shades of Amethyst Smoke #958199

Tints of Amethyst Smoke #958199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

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

R = 34.57%
G = 29.93%
B = 35.5%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#958199 (or 0x958199) is known color: Amethyst Smoke. HEX triplet: 95, 81 and 99. RGB value is (149,129,153). Sum of RGB (Red+Green+Blue) = 149+129+153=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #958199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958199 is #6A7E66. Grayscale: #898989. Windows color (decimal): -6979175 or 10060181. OLE color: 10060181.

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

Color convert

RGB 149 129 153 -
CMYK 0.03 0.16 0 0.4
HSL 290º 0.11% 0.55% -
HSV(B) 290º 0.16% 0.6% -
XYZ 25.99 24.39 33.47 -
YUV 137.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 149 129 153 0.03 0.16 0 0.4 290 0.11 0.55
Hex 95 81 99 3 10 0 28 122 B 37
Octal 225 201 231 3 20 0 50 442 13 67
Binary 10010101 10000001 10011001 11 10000 0 101000 100100010 1011 110111

Color Harmonies of #958199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958199

Black with #958199

Text Example


Text Example

White with #958199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958199; }

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

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

background-color css

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

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

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

border-color css

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

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

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