Html Css Color HEX #927DA0 Amethyst Smoke

📋 copy color: '#927DA0'

red 146 ◦ green 125 ◦ blue 160

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

Shades of Amethyst Smoke #927DA0

Tints of Amethyst Smoke #927DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 33.87%
G = 29%
B = 37.12%

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

#927DA0 (or 0x927DA0) is known color: Amethyst Smoke. HEX triplet: 92, 7D and A0. RGB value is (146,125,160). Sum of RGB (Red+Green+Blue) = 146+125+160=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: blue. Hex color #927DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927DA0 is #6D825F. Grayscale: #878787. Windows color (decimal): -7176800 or 10517906. OLE color: 10517906.

HSL color Cylindrical-coordinate representation of color #927DA0: hue angle of 276º 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 #927DA0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 146 125 160 -
CMYK 0.09 0.22 0 0.37
HSL 276º 0.16% 0.56% -
HSV(B) 276º 0.22% 0.63% -
XYZ 25.53 23.32 36.41 -
YUV 135.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 146 125 160 0.09 0.22 0 0.37 276 0.16 0.56
Hex 92 7D A0 9 16 0 25 114 10 38
Octal 222 175 240 11 26 0 45 424 20 70
Binary 10010010 1111101 10100000 1001 10110 0 100101 100010100 10000 111000

Color Harmonies of #927DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927DA0

Black with #927DA0

Text Example


Text Example

White with #927DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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