Html Css Color HEX #9F7FAA Amethyst Smoke

📋 copy color: '#9F7FAA'

red 159 ◦ green 127 ◦ blue 170

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

Shades of Amethyst Smoke #9F7FAA

Tints of Amethyst Smoke #9F7FAA

RGB

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

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

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

R = 34.87%
G = 27.85%
B = 37.28%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F7FAA (or 0x9F7FAA) is known color: Amethyst Smoke. HEX triplet: 9F, 7F and AA. RGB value is (159,127,170). Sum of RGB (Red+Green+Blue) = 159+127+170=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F7FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7FAA is #608055. Grayscale: #8D8D8D. Windows color (decimal): -6324310 or 11173791. OLE color: 11173791.

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

Color convert

RGB 159 127 170 -
CMYK 0.06 0.25 0 0.33
HSL 284.65º 0.2% 0.58% -
HSV(B) 284.65º 0.25% 0.67% -
XYZ 29.14 25.45 41.41 -
YUV 141.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 159 127 170 0.06 0.25 0 0.33 284.65 0.2 0.58
Hex 9F 7F AA 6 19 0 21 11D 14 3A
Octal 237 177 252 6 31 0 41 435 24 72
Binary 10011111 1111111 10101010 110 11001 0 100001 100011101 10100 111010

Color Harmonies of #9F7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FAA

Black with #9F7FAA

Text Example


Text Example

White with #9F7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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