Html Css Color HEX #928C99 Amethyst Smoke

📋 copy color: '#928C99'

red 146 ◦ green 140 ◦ blue 153

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

Shades of Amethyst Smoke #928C99

Tints of Amethyst Smoke #928C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

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

R = 33.26%
G = 31.89%
B = 34.85%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#928C99 (or 0x928C99) is known color: Amethyst Smoke. HEX triplet: 92, 8C and 99. RGB value is (146,140,153). Sum of RGB (Red+Green+Blue) = 146+140+153=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #928C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928C99 is #6D7366. Grayscale: #8F8F8F. Windows color (decimal): -7172967 or 10062994. OLE color: 10062994.

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

Color convert

RGB 146 140 153 -
CMYK 0.05 0.08 0 0.4
HSL 267.69º 0.06% 0.57% -
HSV(B) 267.69º 0.08% 0.6% -
XYZ 26.98 27.17 33.96 -
YUV 143.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 146 140 153 0.05 0.08 0 0.4 267.69 0.06 0.57
Hex 92 8C 99 5 8 0 28 10C 6 39
Octal 222 214 231 5 10 0 50 414 6 71
Binary 10010010 10001100 10011001 101 1000 0 101000 100001100 110 111001

Color Harmonies of #928C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C99

Black with #928C99

Text Example


Text Example

White with #928C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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