Html Css Color HEX #9F74CF Amethyst

📋 copy color: '#9F74CF'

red 159 ◦ green 116 ◦ blue 207

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

Shades of Amethyst #9F74CF

Tints of Amethyst #9F74CF

RGB

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

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

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

R = 32.99%
G = 24.07%
B = 42.95%

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

#9F74CF (or 0x9F74CF) is known color: Amethyst. HEX triplet: 9F, 74 and CF. RGB value is (159,116,207). Sum of RGB (Red+Green+Blue) = 159+116+207=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74CF is #608B30. Grayscale: #8A8A8A. Windows color (decimal): -6327089 or 13595807. OLE color: 13595807.

HSL color Cylindrical-coordinate representation of color #9F74CF: hue angle of 268.35º degrees, saturation: 0.49, 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 #9F74CF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 116 207 -
CMYK 0.23 0.44 0 0.19
HSL 268.35º 0.49% 0.63% -
HSV(B) 268.35º 0.44% 0.81% -
XYZ 31.81 24.37 62.06 -
YUV 139.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 159 116 207 0.23 0.44 0 0.19 268.35 0.49 0.63
Hex 9F 74 CF 17 2C 0 13 10C 31 3F
Octal 237 164 317 27 54 0 23 414 61 77
Binary 10011111 1110100 11001111 10111 101100 0 10011 100001100 110001 111111

Color Harmonies of #9F74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F74CF

Black with #9F74CF

Text Example


Text Example

White with #9F74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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