Html Css Color HEX #927995 Amethyst Smoke

📋 copy color: '#927995'

red 146 ◦ green 121 ◦ blue 149

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

Shades of Amethyst Smoke #927995

Tints of Amethyst Smoke #927995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

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

R = 35.1%
G = 29.09%
B = 35.82%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#927995 (or 0x927995) is known color: Amethyst Smoke. HEX triplet: 92, 79 and 95. RGB value is (146,121,149). Sum of RGB (Red+Green+Blue) = 146+121+149=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #927995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927995 is #6D866A. Grayscale: #838383. Windows color (decimal): -7177835 or 9795986. OLE color: 9795986.

HSL color Cylindrical-coordinate representation of color #927995: hue angle of 293.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #927995 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 121 149 -
CMYK 0.02 0.19 0 0.42
HSL 293.57º 0.12% 0.53% -
HSV(B) 293.57º 0.19% 0.58% -
XYZ 24.12 21.96 31.4 -
YUV 131.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 146 121 149 0.02 0.19 0 0.42 293.57 0.12 0.53
Hex 92 79 95 2 13 0 2A 126 C 35
Octal 222 171 225 2 23 0 52 446 14 65
Binary 10010010 1111001 10010101 10 10011 0 101010 100100110 1100 110101

Color Harmonies of #927995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927995

Black with #927995

Text Example


Text Example

White with #927995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927995; }

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

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

background-color css

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

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

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

border-color css

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

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

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