Html Css Color HEX #927EA2 Amethyst Smoke

📋 copy color: '#927EA2'

red 146 ◦ green 126 ◦ blue 162

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

Shades of Amethyst Smoke #927EA2

Tints of Amethyst Smoke #927EA2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.03%

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 33.64%
G = 29.03%
B = 37.33%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#927EA2 (or 0x927EA2) is known color: Amethyst Smoke. HEX triplet: 92, 7E and A2. RGB value is (146,126,162). Sum of RGB (Red+Green+Blue) = 146+126+162=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 162 - color contains mainly: blue. Hex color #927EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EA2 is #6D815D. Grayscale: #878787. Windows color (decimal): -7176542 or 10649234. OLE color: 10649234.

HSL color Cylindrical-coordinate representation of color #927EA2: hue angle of 273.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927EA2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 146 126 162 -
CMYK 0.10 0.22 0 0.36
HSL 273.33º 0.16% 0.56% -
HSV(B) 273.33º 0.22% 0.64% -
XYZ 25.84 23.64 37.38 -
YUV 136.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 146 126 162 0.10 0.22 0 0.36 273.33 0.16 0.56
Hex 92 7E A2 A 16 0 24 111 10 38
Octal 222 176 242 12 26 0 44 421 20 70
Binary 10010010 1111110 10100010 1010 10110 0 100100 100010001 10000 111000

Color Harmonies of #927EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927EA2

Black with #927EA2

Text Example


Text Example

White with #927EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,126,162); }

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

background-color css

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

 a { background-color: rgb(146,126,162); }

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

border-color css

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

 span { border-color: rgb(146,126,162); }

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