Html Css Color HEX #9F60CF Amethyst

📋 copy color: '#9F60CF'

red 159 ◦ green 96 ◦ blue 207

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

Shades of Amethyst #9F60CF

Tints of Amethyst #9F60CF

RGB

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

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

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

R = 34.42%
G = 20.78%
B = 44.81%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F60CF (or 0x9F60CF) is known color: Amethyst. HEX triplet: 9F, 60 and CF. RGB value is (159,96,207). Sum of RGB (Red+Green+Blue) = 159+96+207=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60CF is #609F30. Grayscale: #7F7F7F. Windows color (decimal): -6332209 or 13590687. OLE color: 13590687.

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

Color convert

RGB 159 96 207 -
CMYK 0.23 0.54 0 0.19
HSL 274.05º 0.54% 0.59% -
HSV(B) 274.05º 0.54% 0.81% -
XYZ 29.74 20.24 61.37 -
YUV 127.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 159 96 207 0.23 0.54 0 0.19 274.05 0.54 0.59
Hex 9F 60 CF 17 36 0 13 112 36 3B
Octal 237 140 317 27 66 0 23 422 66 73
Binary 10011111 1100000 11001111 10111 110110 0 10011 100010010 110110 111011

Color Harmonies of #9F60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F60CF

Black with #9F60CF

Text Example


Text Example

White with #9F60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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