Html Css Color HEX #9F60C7 Amethyst

📋 copy color: '#9F60C7'

red 159 ◦ green 96 ◦ blue 199

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

Shades of Amethyst #9F60C7

Tints of Amethyst #9F60C7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

 BLUE value IS 199 (78.13% from 255) = 43.83%

R = 35.02%
G = 21.15%
B = 43.83%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9F60C7 (or 0x9F60C7) is known color: Amethyst. HEX triplet: 9F, 60 and C7. RGB value is (159,96,199). Sum of RGB (Red+Green+Blue) = 159+96+199=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #9F60C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60C7 is #609F38. Grayscale: #7E7E7E. Windows color (decimal): -6332217 or 13066399. OLE color: 13066399.

HSL color Cylindrical-coordinate representation of color #9F60C7: hue angle of 276.7º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F60C7 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 96 199 -
CMYK 0.20 0.52 0 0.22
HSL 276.7º 0.48% 0.58% -
HSV(B) 276.7º 0.52% 0.78% -
XYZ 28.79 19.86 56.35 -
YUV 126.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 159 96 199 0.20 0.52 0 0.22 276.7 0.48 0.58
Hex 9F 60 C7 14 34 0 16 115 30 3A
Octal 237 140 307 24 64 0 26 425 60 72
Binary 10011111 1100000 11000111 10100 110100 0 10110 100010101 110000 111010

Color Harmonies of #9F60C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F60C7

Black with #9F60C7

Text Example


Text Example

White with #9F60C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,199); }

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

background-color css

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

 a { background-color: rgb(159,96,199); }

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

border-color css

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

 span { border-color: rgb(159,96,199); }

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