Html Css Color HEX #927DA1 Amethyst Smoke

📋 copy color: '#927DA1'

red 146 ◦ green 125 ◦ blue 161

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

Shades of Amethyst Smoke #927DA1

Tints of Amethyst Smoke #927DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.27%

R = 33.8%
G = 28.94%
B = 37.27%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#927DA1 (or 0x927DA1) is known color: Amethyst Smoke. HEX triplet: 92, 7D and A1. RGB value is (146,125,161). Sum of RGB (Red+Green+Blue) = 146+125+161=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #927DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927DA1 is #6D825E. Grayscale: #878787. Windows color (decimal): -7176799 or 10583442. OLE color: 10583442.

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

Color convert

RGB 146 125 161 -
CMYK 0.09 0.22 0 0.37
HSL 275º 0.16% 0.56% -
HSV(B) 275º 0.22% 0.63% -
XYZ 25.62 23.35 36.88 -
YUV 135.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 146 125 161 0.09 0.22 0 0.37 275 0.16 0.56
Hex 92 7D A1 9 16 0 25 113 10 38
Octal 222 175 241 11 26 0 45 423 20 70
Binary 10010010 1111101 10100001 1001 10110 0 100101 100010011 10000 111000

Color Harmonies of #927DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927DA1

Black with #927DA1

Text Example


Text Example

White with #927DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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