Html Css Color HEX #928A99 Amethyst Smoke

📋 copy color: '#928A99'

red 146 ◦ green 138 ◦ blue 153

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

Shades of Amethyst Smoke #928A99

Tints of Amethyst Smoke #928A99

RGB

 RED value IS 146 (57.42% from 255) = 33.41%

 GREEN value IS 138 (54.3% from 255) = 31.58%

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

R = 33.41%
G = 31.58%
B = 35.01%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#928A99 (or 0x928A99) is known color: Amethyst Smoke. HEX triplet: 92, 8A and 99. RGB value is (146,138,153). Sum of RGB (Red+Green+Blue) = 146+138+153=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 153 - color contains mainly: blue. Hex color #928A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928A99 is #6D7566. Grayscale: #8E8E8E. Windows color (decimal): -7173479 or 10062482. OLE color: 10062482.

HSL color Cylindrical-coordinate representation of color #928A99: hue angle of 272º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928A99 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 138 153 -
CMYK 0.05 0.10 0 0.4
HSL 272º 0.07% 0.57% -
HSV(B) 272º 0.1% 0.6% -
XYZ 26.69 26.59 33.86 -
YUV 142.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 146 138 153 0.05 0.10 0 0.4 272 0.07 0.57
Hex 92 8A 99 5 A 0 28 110 7 39
Octal 222 212 231 5 12 0 50 420 7 71
Binary 10010010 10001010 10011001 101 1010 0 101000 100010000 111 111001

Color Harmonies of #928A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928A99

Black with #928A99

Text Example


Text Example

White with #928A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928A99; }

 p { color: rgb(146,138,153); }

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

background-color css

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

 a { background-color: rgb(146,138,153); }

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

border-color css

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

 span { border-color: rgb(146,138,153); }

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