Html Css Color HEX #9F6ABF Amethyst

📋 copy color: '#9F6ABF'

red 159 ◦ green 106 ◦ blue 191

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

Shades of Amethyst #9F6ABF

Tints of Amethyst #9F6ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.25%

 BLUE value IS 191 (75% from 255) = 41.89%

R = 34.87%
G = 23.25%
B = 41.89%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F6ABF (or 0x9F6ABF) is known color: Amethyst. HEX triplet: 9F, 6A and BF. RGB value is (159,106,191). Sum of RGB (Red+Green+Blue) = 159+106+191=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F6ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ABF is #609540. Grayscale: #838383. Windows color (decimal): -6329665 or 12544671. OLE color: 12544671.

HSL color Cylindrical-coordinate representation of color #9F6ABF: hue angle of 277.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F6ABF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 106 191 -
CMYK 0.17 0.45 0 0.25
HSL 277.41º 0.4% 0.58% -
HSV(B) 277.41º 0.45% 0.75% -
XYZ 28.86 21.44 51.91 -
YUV 131.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 159 106 191 0.17 0.45 0 0.25 277.41 0.4 0.58
Hex 9F 6A BF 11 2D 0 19 115 28 3A
Octal 237 152 277 21 55 0 31 425 50 72
Binary 10011111 1101010 10111111 10001 101101 0 11001 100010101 101000 111010

Color Harmonies of #9F6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6ABF

Black with #9F6ABF

Text Example


Text Example

White with #9F6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,106,191); }

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

background-color css

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

 a { background-color: rgb(159,106,191); }

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

border-color css

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

 span { border-color: rgb(159,106,191); }

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