Html Css Color HEX #927F9B Amethyst Smoke

📋 copy color: '#927F9B'

red 146 ◦ green 127 ◦ blue 155

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

Shades of Amethyst Smoke #927F9B

Tints of Amethyst Smoke #927F9B

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 34.11%
G = 29.67%
B = 36.21%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#927F9B (or 0x927F9B) is known color: Amethyst Smoke. HEX triplet: 92, 7F and 9B. RGB value is (146,127,155). Sum of RGB (Red+Green+Blue) = 146+127+155=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #927F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F9B is #6D8064. Grayscale: #878787. Windows color (decimal): -7176293 or 10190738. OLE color: 10190738.

HSL color Cylindrical-coordinate representation of color #927F9B: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #927F9B is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 146 127 155 -
CMYK 0.06 0.18 0 0.39
HSL 280.71º 0.12% 0.55% -
HSV(B) 280.71º 0.18% 0.61% -
XYZ 25.36 23.66 34.24 -
YUV 135.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 146 127 155 0.06 0.18 0 0.39 280.71 0.12 0.55
Hex 92 7F 9B 6 12 0 27 119 C 37
Octal 222 177 233 6 22 0 47 431 14 67
Binary 10010010 1111111 10011011 110 10010 0 100111 100011001 1100 110111

Color Harmonies of #927F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F9B

Black with #927F9B

Text Example


Text Example

White with #927F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,127,155); }

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

background-color css

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

 a { background-color: rgb(146,127,155); }

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

border-color css

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

 span { border-color: rgb(146,127,155); }

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