Html Css Color HEX #928199 Amethyst Smoke

📋 copy color: '#928199'

red 146 ◦ green 129 ◦ blue 153

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

Shades of Amethyst Smoke #928199

Tints of Amethyst Smoke #928199

RGB

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

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

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

R = 34.11%
G = 30.14%
B = 35.75%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#928199 (or 0x928199) is known color: Amethyst Smoke. HEX triplet: 92, 81 and 99. RGB value is (146,129,153). Sum of RGB (Red+Green+Blue) = 146+129+153=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #928199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928199 is #6D7E66. Grayscale: #888888. Windows color (decimal): -7175783 or 10060178. OLE color: 10060178.

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

Color convert

RGB 146 129 153 -
CMYK 0.05 0.16 0 0.4
HSL 282.5º 0.11% 0.55% -
HSV(B) 282.5º 0.16% 0.6% -
XYZ 25.45 24.11 33.45 -
YUV 136.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 146 129 153 0.05 0.16 0 0.4 282.5 0.11 0.55
Hex 92 81 99 5 10 0 28 11A B 37
Octal 222 201 231 5 20 0 50 432 13 67
Binary 10010010 10000001 10011001 101 10000 0 101000 100011010 1011 110111

Color Harmonies of #928199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928199

Black with #928199

Text Example


Text Example

White with #928199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928199; }

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

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

background-color css

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

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

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

border-color css

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

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

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