Html Css Color HEX #9F8EA2 Amethyst Smoke

📋 copy color: '#9F8EA2'

red 159 ◦ green 142 ◦ blue 162

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

Shades of Amethyst Smoke #9F8EA2

Tints of Amethyst Smoke #9F8EA2

RGB

 RED value IS 159 (62.5% from 255) = 34.34%

 GREEN value IS 142 (55.86% from 255) = 30.67%

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

R = 34.34%
G = 30.67%
B = 34.99%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9F8EA2 (or 0x9F8EA2) is known color: Amethyst Smoke. HEX triplet: 9F, 8E and A2. RGB value is (159,142,162). Sum of RGB (Red+Green+Blue) = 159+142+162=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 162 - color contains mainly: blue. Hex color #9F8EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8EA2 is #60715D. Grayscale: #959595. Windows color (decimal): -6320478 or 10653343. OLE color: 10653343.

HSL color Cylindrical-coordinate representation of color #9F8EA2: hue angle of 291º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F8EA2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 142 162 -
CMYK 0.02 0.12 0 0.36
HSL 291º 0.1% 0.6% -
HSV(B) 291º 0.12% 0.64% -
XYZ 30.49 29.33 38.24 -
YUV 149.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 159 142 162 0.02 0.12 0 0.36 291 0.1 0.6
Hex 9F 8E A2 2 C 0 24 123 A 3C
Octal 237 216 242 2 14 0 44 443 12 74
Binary 10011111 10001110 10100010 10 1100 0 100100 100100011 1010 111100

Color Harmonies of #9F8EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8EA2

Black with #9F8EA2

Text Example


Text Example

White with #9F8EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F8EA2; }

 p { color: rgb(159,142,162); }

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

background-color css

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

 a { background-color: rgb(159,142,162); }

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

border-color css

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

 span { border-color: rgb(159,142,162); }

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