Html Css Color HEX #938199 Amethyst Smoke

📋 copy color: '#938199'

red 147 ◦ green 129 ◦ blue 153

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

Shades of Amethyst Smoke #938199

Tints of Amethyst Smoke #938199

RGB

 RED value IS 147 (57.81% from 255) = 34.27%

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

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

R = 34.27%
G = 30.07%
B = 35.66%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#938199 (or 0x938199) is known color: Amethyst Smoke. HEX triplet: 93, 81 and 99. RGB value is (147,129,153). Sum of RGB (Red+Green+Blue) = 147+129+153=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #938199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938199 is #6C7E66. Grayscale: #898989. Windows color (decimal): -7110247 or 10060179. OLE color: 10060179.

HSL color Cylindrical-coordinate representation of color #938199: hue angle of 285º 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 #938199 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 129 153 -
CMYK 0.04 0.16 0 0.4
HSL 285º 0.11% 0.55% -
HSV(B) 285º 0.16% 0.6% -
XYZ 25.63 24.2 33.46 -
YUV 137.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 147 129 153 0.04 0.16 0 0.4 285 0.11 0.55
Hex 93 81 99 4 10 0 28 11D B 37
Octal 223 201 231 4 20 0 50 435 13 67
Binary 10010011 10000001 10011001 100 10000 0 101000 100011101 1011 110111

Color Harmonies of #938199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938199

Black with #938199

Text Example


Text Example

White with #938199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938199; }

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

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

background-color css

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

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

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

border-color css

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

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

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