Html Css Color HEX #927C9D Amethyst Smoke

📋 copy color: '#927C9D'

red 146 ◦ green 124 ◦ blue 157

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

Shades of Amethyst Smoke #927C9D

Tints of Amethyst Smoke #927C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 34.19%
G = 29.04%
B = 36.77%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#927C9D (or 0x927C9D) is known color: Amethyst Smoke. HEX triplet: 92, 7C and 9D. RGB value is (146,124,157). Sum of RGB (Red+Green+Blue) = 146+124+157=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #927C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C9D is #6D8362. Grayscale: #868686. Windows color (decimal): -7177059 or 10321042. OLE color: 10321042.

HSL color Cylindrical-coordinate representation of color #927C9D: hue angle of 280º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #927C9D is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 124 157 -
CMYK 0.07 0.21 0 0.38
HSL 280º 0.14% 0.55% -
HSV(B) 280º 0.21% 0.62% -
XYZ 25.15 22.96 35 -
YUV 134.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 146 124 157 0.07 0.21 0 0.38 280 0.14 0.55
Hex 92 7C 9D 7 15 0 26 118 E 37
Octal 222 174 235 7 25 0 46 430 16 67
Binary 10010010 1111100 10011101 111 10101 0 100110 100011000 1110 110111

Color Harmonies of #927C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927C9D

Black with #927C9D

Text Example


Text Example

White with #927C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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