Html Css Color HEX #908199 Amethyst Smoke

📋 copy color: '#908199'

red 144 ◦ green 129 ◦ blue 153

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

Shades of Amethyst Smoke #908199

Tints of Amethyst Smoke #908199

RGB

 RED value IS 144 (56.64% from 255) = 33.8%

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

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

R = 33.8%
G = 30.28%
B = 35.92%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#908199 (or 0x908199) is known color: Amethyst Smoke. HEX triplet: 90, 81 and 99. RGB value is (144,129,153). Sum of RGB (Red+Green+Blue) = 144+129+153=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #908199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908199 is #6F7E66. Grayscale: #888888. Windows color (decimal): -7306855 or 10060176. OLE color: 10060176.

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

Color convert

RGB 144 129 153 -
CMYK 0.06 0.16 0 0.4
HSL 277.5º 0.11% 0.55% -
HSV(B) 277.5º 0.16% 0.6% -
XYZ 25.1 23.93 33.43 -
YUV 136.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 144 129 153 0.06 0.16 0 0.4 277.5 0.11 0.55
Hex 90 81 99 6 10 0 28 116 B 37
Octal 220 201 231 6 20 0 50 426 13 67
Binary 10010000 10000001 10011001 110 10000 0 101000 100010110 1011 110111

Color Harmonies of #908199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908199

Black with #908199

Text Example


Text Example

White with #908199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908199; }

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

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

background-color css

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

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

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

border-color css

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

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

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