Html Css Color HEX #9F84AA Amethyst Smoke

📋 copy color: '#9F84AA'

red 159 ◦ green 132 ◦ blue 170

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

Shades of Amethyst Smoke #9F84AA

Tints of Amethyst Smoke #9F84AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 34.49%
G = 28.63%
B = 36.88%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F84AA (or 0x9F84AA) is known color: Amethyst Smoke. HEX triplet: 9F, 84 and AA. RGB value is (159,132,170). Sum of RGB (Red+Green+Blue) = 159+132+170=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F84AA is #607B55. Grayscale: #909090. Windows color (decimal): -6323030 or 11175071. OLE color: 11175071.

HSL color Cylindrical-coordinate representation of color #9F84AA: hue angle of 282.63º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F84AA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 132 170 -
CMYK 0.06 0.22 0 0.33
HSL 282.63º 0.18% 0.59% -
HSV(B) 282.63º 0.22% 0.67% -
XYZ 29.81 26.78 41.63 -
YUV 144.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 159 132 170 0.06 0.22 0 0.33 282.63 0.18 0.59
Hex 9F 84 AA 6 16 0 21 11B 12 3B
Octal 237 204 252 6 26 0 41 433 22 73
Binary 10011111 10000100 10101010 110 10110 0 100001 100011011 10010 111011

Color Harmonies of #9F84AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F84AA

Black with #9F84AA

Text Example


Text Example

White with #9F84AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,132,170); }

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

background-color css

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

 a { background-color: rgb(159,132,170); }

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

border-color css

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

 span { border-color: rgb(159,132,170); }

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