Html Css Color HEX #927D9D Amethyst Smoke

📋 copy color: '#927D9D'

red 146 ◦ green 125 ◦ blue 157

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

Shades of Amethyst Smoke #927D9D

Tints of Amethyst Smoke #927D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

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

R = 34.11%
G = 29.21%
B = 36.68%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#927D9D (or 0x927D9D) is known color: Amethyst Smoke. HEX triplet: 92, 7D and 9D. RGB value is (146,125,157). Sum of RGB (Red+Green+Blue) = 146+125+157=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #927D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D9D is #6D8262. Grayscale: #868686. Windows color (decimal): -7176803 or 10321298. OLE color: 10321298.

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

Color convert

RGB 146 125 157 -
CMYK 0.07 0.20 0 0.38
HSL 279.38º 0.14% 0.55% -
HSV(B) 279.38º 0.2% 0.62% -
XYZ 25.27 23.21 35.05 -
YUV 134.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 146 125 157 0.07 0.20 0 0.38 279.38 0.14 0.55
Hex 92 7D 9D 7 14 0 26 117 E 37
Octal 222 175 235 7 24 0 46 427 16 67
Binary 10010010 1111101 10011101 111 10100 0 100110 100010111 1110 110111

Color Harmonies of #927D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D9D

Black with #927D9D

Text Example


Text Example

White with #927D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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