Html Css Color HEX #927C93 Amethyst Smoke

📋 copy color: '#927C93'

red 146 ◦ green 124 ◦ blue 147

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

Shades of Amethyst Smoke #927C93

Tints of Amethyst Smoke #927C93

RGB

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

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

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

R = 35.01%
G = 29.74%
B = 35.25%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#927C93 (or 0x927C93) is known color: Amethyst Smoke. HEX triplet: 92, 7C and 93. RGB value is (146,124,147). Sum of RGB (Red+Green+Blue) = 146+124+147=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #927C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C93 is #6D836C. Grayscale: #858585. Windows color (decimal): -7177069 or 9665682. OLE color: 9665682.

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

Color convert

RGB 146 124 147 -
CMYK 0.01 0.16 0 0.42
HSL 297.39º 0.1% 0.53% -
HSV(B) 297.39º 0.16% 0.58% -
XYZ 24.33 22.63 30.69 -
YUV 133.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 146 124 147 0.01 0.16 0 0.42 297.39 0.1 0.53
Hex 92 7C 93 1 10 0 2A 129 A 35
Octal 222 174 223 1 20 0 52 451 12 65
Binary 10010010 1111100 10010011 1 10000 0 101010 100101001 1010 110101

Color Harmonies of #927C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927C93

Black with #927C93

Text Example


Text Example

White with #927C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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