Html Css Color HEX #9F74CE Amethyst

📋 copy color: '#9F74CE'

red 159 ◦ green 116 ◦ blue 206

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

Shades of Amethyst #9F74CE

Tints of Amethyst #9F74CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 33.06%
G = 24.12%
B = 42.83%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F74CE (or 0x9F74CE) is known color: Amethyst. HEX triplet: 9F, 74 and CE. RGB value is (159,116,206). Sum of RGB (Red+Green+Blue) = 159+116+206=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74CE is #608B31. Grayscale: #8A8A8A. Windows color (decimal): -6327090 or 13530271. OLE color: 13530271.

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

Color convert

RGB 159 116 206 -
CMYK 0.23 0.44 0 0.19
HSL 268.67º 0.48% 0.63% -
HSV(B) 268.67º 0.44% 0.81% -
XYZ 31.68 24.32 61.42 -
YUV 139.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 159 116 206 0.23 0.44 0 0.19 268.67 0.48 0.63
Hex 9F 74 CE 17 2C 0 13 10D 30 3F
Octal 237 164 316 27 54 0 23 415 60 77
Binary 10011111 1110100 11001110 10111 101100 0 10011 100001101 110000 111111

Color Harmonies of #9F74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F74CE

Black with #9F74CE

Text Example


Text Example

White with #9F74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,116,206); }

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

background-color css

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

 a { background-color: rgb(159,116,206); }

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

border-color css

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

 span { border-color: rgb(159,116,206); }

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