Html Css Color HEX #9F4DDE Amethyst

📋 copy color: '#9F4DDE'

red 159 ◦ green 77 ◦ blue 222

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

Shades of Amethyst #9F4DDE

Tints of Amethyst #9F4DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.81%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 34.72%
G = 16.81%
B = 48.47%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F4DDE (or 0x9F4DDE) is known color: Amethyst. HEX triplet: 9F, 4D and DE. RGB value is (159,77,222). Sum of RGB (Red+Green+Blue) = 159+77+222=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F4DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DDE is #60B221. Grayscale: #757575. Windows color (decimal): -6337058 or 14568863. OLE color: 14568863.

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

Color convert

RGB 159 77 222 -
CMYK 0.28 0.65 0 0.13
HSL 273.93º 0.69% 0.59% -
HSV(B) 273.93º 0.65% 0.87% -
XYZ 30.14 17.95 70.98 -
YUV 118.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 159 77 222 0.28 0.65 0 0.13 273.93 0.69 0.59
Hex 9F 4D DE 1C 41 0 D 112 45 3B
Octal 237 115 336 34 101 0 15 422 105 73
Binary 10011111 1001101 11011110 11100 1000001 0 1101 100010010 1000101 111011

Color Harmonies of #9F4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DDE

Black with #9F4DDE

Text Example


Text Example

White with #9F4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,77,222); }

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

background-color css

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

 a { background-color: rgb(159,77,222); }

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

border-color css

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

 span { border-color: rgb(159,77,222); }

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