Html Css Color HEX #928599 Amethyst Smoke

📋 copy color: '#928599'

red 146 ◦ green 133 ◦ blue 153

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

Shades of Amethyst Smoke #928599

Tints of Amethyst Smoke #928599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

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

R = 33.8%
G = 30.79%
B = 35.42%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#928599 (or 0x928599) is known color: Amethyst Smoke. HEX triplet: 92, 85 and 99. RGB value is (146,133,153). Sum of RGB (Red+Green+Blue) = 146+133+153=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #928599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928599 is #6D7A66. Grayscale: #8B8B8B. Windows color (decimal): -7174759 or 10061202. OLE color: 10061202.

HSL color Cylindrical-coordinate representation of color #928599: hue angle of 279º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #928599 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 133 153 -
CMYK 0.05 0.13 0 0.4
HSL 279º 0.09% 0.56% -
HSV(B) 279º 0.13% 0.6% -
XYZ 25.99 25.19 33.63 -
YUV 139.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 146 133 153 0.05 0.13 0 0.4 279 0.09 0.56
Hex 92 85 99 5 D 0 28 117 9 38
Octal 222 205 231 5 15 0 50 427 11 70
Binary 10010010 10000101 10011001 101 1101 0 101000 100010111 1001 111000

Color Harmonies of #928599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928599

Black with #928599

Text Example


Text Example

White with #928599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928599; }

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

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

background-color css

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

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

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

border-color css

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

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

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