Html Css Color HEX #9F7FAC Amethyst Smoke

📋 copy color: '#9F7FAC'

red 159 ◦ green 127 ◦ blue 172

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

Shades of Amethyst Smoke #9F7FAC

Tints of Amethyst Smoke #9F7FAC

RGB

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

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

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

R = 34.72%
G = 27.73%
B = 37.55%

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

#9F7FAC (or 0x9F7FAC) is known color: Amethyst Smoke. HEX triplet: 9F, 7F and AC. RGB value is (159,127,172). Sum of RGB (Red+Green+Blue) = 159+127+172=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7FAC is #608053. Grayscale: #8D8D8D. Windows color (decimal): -6324308 or 11304863. OLE color: 11304863.

HSL color Cylindrical-coordinate representation of color #9F7FAC: hue angle of 282.67º 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 #9F7FAC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 127 172 -
CMYK 0.08 0.26 0 0.33
HSL 282.67º 0.21% 0.59% -
HSV(B) 282.67º 0.26% 0.67% -
XYZ 29.33 25.53 42.41 -
YUV 141.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 159 127 172 0.08 0.26 0 0.33 282.67 0.21 0.59
Hex 9F 7F AC 8 1A 0 21 11B 15 3B
Octal 237 177 254 10 32 0 41 433 25 73
Binary 10011111 1111111 10101100 1000 11010 0 100001 100011011 10101 111011

Color Harmonies of #9F7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FAC

Black with #9F7FAC

Text Example


Text Example

White with #9F7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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