Html Css Color HEX #9F56CF Amethyst

📋 copy color: '#9F56CF'

red 159 ◦ green 86 ◦ blue 207

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

Shades of Amethyst #9F56CF

Tints of Amethyst #9F56CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.03%

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 35.18%
G = 19.03%
B = 45.8%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F56CF (or 0x9F56CF) is known color: Amethyst. HEX triplet: 9F, 56 and CF. RGB value is (159,86,207). Sum of RGB (Red+Green+Blue) = 159+86+207=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56CF is #60A930. Grayscale: #797979. Windows color (decimal): -6334769 or 13588127. OLE color: 13588127.

HSL color Cylindrical-coordinate representation of color #9F56CF: hue angle of 276.2º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F56CF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 86 207 -
CMYK 0.23 0.58 0 0.19
HSL 276.2º 0.56% 0.57% -
HSV(B) 276.2º 0.58% 0.81% -
XYZ 28.89 18.53 61.09 -
YUV 121.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 159 86 207 0.23 0.58 0 0.19 276.2 0.56 0.57
Hex 9F 56 CF 17 3A 0 13 114 38 39
Octal 237 126 317 27 72 0 23 424 70 71
Binary 10011111 1010110 11001111 10111 111010 0 10011 100010100 111000 111001

Color Harmonies of #9F56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56CF

Black with #9F56CF

Text Example


Text Example

White with #9F56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,86,207); }

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

background-color css

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

 a { background-color: rgb(159,86,207); }

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

border-color css

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

 span { border-color: rgb(159,86,207); }

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