Html Css Color HEX #927C95 Amethyst Smoke

📋 copy color: '#927C95'

red 146 ◦ green 124 ◦ blue 149

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

Shades of Amethyst Smoke #927C95

Tints of Amethyst Smoke #927C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 34.84%
G = 29.59%
B = 35.56%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#927C95 (or 0x927C95) is known color: Amethyst Smoke. HEX triplet: 92, 7C and 95. RGB value is (146,124,149). Sum of RGB (Red+Green+Blue) = 146+124+149=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #927C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C95 is #6D836A. Grayscale: #858585. Windows color (decimal): -7177067 or 9796754. OLE color: 9796754.

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

Color convert

RGB 146 124 149 -
CMYK 0.02 0.17 0 0.42
HSL 292.8º 0.11% 0.54% -
HSV(B) 292.8º 0.17% 0.58% -
XYZ 24.49 22.7 31.52 -
YUV 133.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 146 124 149 0.02 0.17 0 0.42 292.8 0.11 0.54
Hex 92 7C 95 2 11 0 2A 125 B 36
Octal 222 174 225 2 21 0 52 445 13 66
Binary 10010010 1111100 10010101 10 10001 0 101010 100100101 1011 110110

Color Harmonies of #927C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927C95

Black with #927C95

Text Example


Text Example

White with #927C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,124,149); }

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

background-color css

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

 a { background-color: rgb(146,124,149); }

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

border-color css

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

 span { border-color: rgb(146,124,149); }

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