Html Css Color HEX #9F4DDB Amethyst

📋 copy color: '#9F4DDB'

red 159 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #9F4DDB

Tints of Amethyst #9F4DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 34.95%
G = 16.92%
B = 48.13%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F4DDB (or 0x9F4DDB) is known color: Amethyst. HEX triplet: 9F, 4D and DB. RGB value is (159,77,219). Sum of RGB (Red+Green+Blue) = 159+77+219=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DDB is #60B224. Grayscale: #757575. Windows color (decimal): -6337061 or 14372255. OLE color: 14372255.

HSL color Cylindrical-coordinate representation of color #9F4DDB: hue angle of 274.65º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F4DDB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 77 219 -
CMYK 0.27 0.65 0 0.14
HSL 274.65º 0.66% 0.58% -
HSV(B) 274.65º 0.65% 0.86% -
XYZ 29.74 17.79 68.88 -
YUV 117.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 159 77 219 0.27 0.65 0 0.14 274.65 0.66 0.58
Hex 9F 4D DB 1B 41 0 E 113 42 3A
Octal 237 115 333 33 101 0 16 423 102 72
Binary 10011111 1001101 11011011 11011 1000001 0 1110 100010011 1000010 111010

Color Harmonies of #9F4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DDB

Black with #9F4DDB

Text Example


Text Example

White with #9F4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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