Html Css Color HEX #9F50EF Amethyst

📋 copy color: '#9F50EF'

red 159 ◦ green 80 ◦ blue 239

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

Shades of Amethyst #9F50EF

Tints of Amethyst #9F50EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.74%

 BLUE value IS 239 (93.75% from 255) = 50%

R = 33.26%
G = 16.74%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F50EF (or 0x9F50EF) is known color: Amethyst. HEX triplet: 9F, 50 and EF. RGB value is (159,80,239). Sum of RGB (Red+Green+Blue) = 159+80+239=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F50EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F50EF is #60AF10. Grayscale: #797979. Windows color (decimal): -6336273 or 15683743. OLE color: 15683743.

HSL color Cylindrical-coordinate representation of color #9F50EF: hue angle of 269.81º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F50EF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 80 239 -
CMYK 0.33 0.67 0 0.06
HSL 269.81º 0.83% 0.63% -
HSV(B) 269.81º 0.67% 0.94% -
XYZ 32.75 19.34 83.67 -
YUV 121.75 194.17 154.57 -
System Red Green Blue C M Y K H S L
Decimal 159 80 239 0.33 0.67 0 0.06 269.81 0.83 0.63
Hex 9F 50 EF 21 43 0 6 10E 53 3F
Octal 237 120 357 41 103 0 6 416 123 77
Binary 10011111 1010000 11101111 100001 1000011 0 110 100001110 1010011 111111

Color Harmonies of #9F50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F50EF

Black with #9F50EF

Text Example


Text Example

White with #9F50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,239); }

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

background-color css

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

 a { background-color: rgb(159,80,239); }

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

border-color css

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

 span { border-color: rgb(159,80,239); }

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