Html Css Color HEX #927E93 Amethyst Smoke

📋 copy color: '#927E93'

red 146 ◦ green 126 ◦ blue 147

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

Shades of Amethyst Smoke #927E93

Tints of Amethyst Smoke #927E93

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 34.84%
G = 30.07%
B = 35.08%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#927E93 (or 0x927E93) is known color: Amethyst Smoke. HEX triplet: 92, 7E and 93. RGB value is (146,126,147). Sum of RGB (Red+Green+Blue) = 146+126+147=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #927E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E93 is #6D816C. Grayscale: #868686. Windows color (decimal): -7176557 or 9666194. OLE color: 9666194.

HSL color Cylindrical-coordinate representation of color #927E93: hue angle of 297.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927E93 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 126 147 -
CMYK 0.01 0.14 0 0.42
HSL 297.14º 0.09% 0.54% -
HSV(B) 297.14º 0.14% 0.58% -
XYZ 24.58 23.14 30.77 -
YUV 134.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 146 126 147 0.01 0.14 0 0.42 297.14 0.09 0.54
Hex 92 7E 93 1 E 0 2A 129 9 36
Octal 222 176 223 1 16 0 52 451 11 66
Binary 10010010 1111110 10010011 1 1110 0 101010 100101001 1001 110110

Color Harmonies of #927E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927E93

Black with #927E93

Text Example


Text Example

White with #927E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927E93; }

 p { color: rgb(146,126,147); }

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

background-color css

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

 a { background-color: rgb(146,126,147); }

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

border-color css

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

 span { border-color: rgb(146,126,147); }

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