Html Css Color HEX #9F80AC Amethyst Smoke

📋 copy color: '#9F80AC'

red 159 ◦ green 128 ◦ blue 172

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

Shades of Amethyst Smoke #9F80AC

Tints of Amethyst Smoke #9F80AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 34.64%
G = 27.89%
B = 37.47%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F80AC (or 0x9F80AC) is known color: Amethyst Smoke. HEX triplet: 9F, 80 and AC. RGB value is (159,128,172). Sum of RGB (Red+Green+Blue) = 159+128+172=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F80AC is #607F53. Grayscale: #8E8E8E. Windows color (decimal): -6324052 or 11305119. OLE color: 11305119.

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

Color convert

RGB 159 128 172 -
CMYK 0.08 0.26 0 0.33
HSL 282.27º 0.21% 0.59% -
HSV(B) 282.27º 0.26% 0.67% -
XYZ 29.46 25.79 42.45 -
YUV 142.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 159 128 172 0.08 0.26 0 0.33 282.27 0.21 0.59
Hex 9F 80 AC 8 1A 0 21 11A 15 3B
Octal 237 200 254 10 32 0 41 432 25 73
Binary 10011111 10000000 10101100 1000 11010 0 100001 100011010 10101 111011

Color Harmonies of #9F80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F80AC

Black with #9F80AC

Text Example


Text Example

White with #9F80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,128,172); }

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

background-color css

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

 a { background-color: rgb(159,128,172); }

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

border-color css

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

 span { border-color: rgb(159,128,172); }

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