Html Css Color HEX #9F8FA4 Amethyst Smoke

📋 copy color: '#9F8FA4'

red 159 ◦ green 143 ◦ blue 164

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

Shades of Amethyst Smoke #9F8FA4

Tints of Amethyst Smoke #9F8FA4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.69%

 BLUE value IS 164 (64.45% from 255) = 35.19%

R = 34.12%
G = 30.69%
B = 35.19%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9F8FA4 (or 0x9F8FA4) is known color: Amethyst Smoke. HEX triplet: 9F, 8F and A4. RGB value is (159,143,164). Sum of RGB (Red+Green+Blue) = 159+143+164=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F8FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8FA4 is #60705B. Grayscale: #969696. Windows color (decimal): -6320220 or 10784671. OLE color: 10784671.

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

Color convert

RGB 159 143 164 -
CMYK 0.03 0.13 0 0.36
HSL 285.71º 0.1% 0.6% -
HSV(B) 285.71º 0.13% 0.64% -
XYZ 30.82 29.7 39.23 -
YUV 150.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 159 143 164 0.03 0.13 0 0.36 285.71 0.1 0.6
Hex 9F 8F A4 3 D 0 24 11E A 3C
Octal 237 217 244 3 15 0 44 436 12 74
Binary 10011111 10001111 10100100 11 1101 0 100100 100011110 1010 111100

Color Harmonies of #9F8FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8FA4

Black with #9F8FA4

Text Example


Text Example

White with #9F8FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,164); }

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

background-color css

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

 a { background-color: rgb(159,143,164); }

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

border-color css

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

 span { border-color: rgb(159,143,164); }

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