Html Css Color HEX #9F6BBF Amethyst

📋 copy color: '#9F6BBF'

red 159 ◦ green 107 ◦ blue 191

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

Shades of Amethyst #9F6BBF

Tints of Amethyst #9F6BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.41%

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

R = 34.79%
G = 23.41%
B = 41.79%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F6BBF (or 0x9F6BBF) is known color: Amethyst. HEX triplet: 9F, 6B and BF. RGB value is (159,107,191). Sum of RGB (Red+Green+Blue) = 159+107+191=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F6BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6BBF is #609440. Grayscale: #838383. Windows color (decimal): -6329409 or 12544927. OLE color: 12544927.

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

Color convert

RGB 159 107 191 -
CMYK 0.17 0.44 0 0.25
HSL 277.14º 0.4% 0.58% -
HSV(B) 277.14º 0.44% 0.75% -
XYZ 28.96 21.65 51.94 -
YUV 132.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 159 107 191 0.17 0.44 0 0.25 277.14 0.4 0.58
Hex 9F 6B BF 11 2C 0 19 115 28 3A
Octal 237 153 277 21 54 0 31 425 50 72
Binary 10011111 1101011 10111111 10001 101100 0 11001 100010101 101000 111010

Color Harmonies of #9F6BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6BBF

Black with #9F6BBF

Text Example


Text Example

White with #9F6BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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