Html Css Color HEX #9F5EDD Amethyst

📋 copy color: '#9F5EDD'

red 159 ◦ green 94 ◦ blue 221

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

Shades of Amethyst #9F5EDD

Tints of Amethyst #9F5EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.83%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 33.54%
G = 19.83%
B = 46.62%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F5EDD (or 0x9F5EDD) is known color: Amethyst. HEX triplet: 9F, 5E and DD. RGB value is (159,94,221). Sum of RGB (Red+Green+Blue) = 159+94+221=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F5EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5EDD is #60A122. Grayscale: #7F7F7F. Windows color (decimal): -6332707 or 14507679. OLE color: 14507679.

HSL color Cylindrical-coordinate representation of color #9F5EDD: hue angle of 270.71º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F5EDD is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 94 221 -
CMYK 0.28 0.57 0 0.13
HSL 270.71º 0.65% 0.62% -
HSV(B) 270.71º 0.57% 0.87% -
XYZ 31.35 20.6 70.73 -
YUV 127.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 159 94 221 0.28 0.57 0 0.13 270.71 0.65 0.62
Hex 9F 5E DD 1C 39 0 D 10F 41 3E
Octal 237 136 335 34 71 0 15 417 101 76
Binary 10011111 1011110 11011101 11100 111001 0 1101 100001111 1000001 111110

Color Harmonies of #9F5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5EDD

Black with #9F5EDD

Text Example


Text Example

White with #9F5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,94,221); }

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

background-color css

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

 a { background-color: rgb(159,94,221); }

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

border-color css

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

 span { border-color: rgb(159,94,221); }

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