Html Css Color HEX #9E4DDB Amethyst

📋 copy color: '#9E4DDB'

red 158 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #9E4DDB

Tints of Amethyst #9E4DDB

RGB

 RED value IS 158 (62.11% from 255) = 34.8%

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

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

R = 34.8%
G = 16.96%
B = 48.24%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E4DDB (or 0x9E4DDB) is known color: Amethyst. HEX triplet: 9E, 4D and DB. RGB value is (158,77,219). Sum of RGB (Red+Green+Blue) = 158+77+219=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DDB is #61B224. Grayscale: #747474. Windows color (decimal): -6402597 or 14372254. OLE color: 14372254.

HSL color Cylindrical-coordinate representation of color #9E4DDB: hue angle of 274.23º 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 #9E4DDB is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 77 219 -
CMYK 0.28 0.65 0 0.14
HSL 274.23º 0.66% 0.58% -
HSV(B) 274.23º 0.65% 0.86% -
XYZ 29.54 17.69 68.88 -
YUV 117.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 158 77 219 0.28 0.65 0 0.14 274.23 0.66 0.58
Hex 9E 4D DB 1C 41 0 E 112 42 3A
Octal 236 115 333 34 101 0 16 422 102 72
Binary 10011110 1001101 11011011 11100 1000001 0 1110 100010010 1000010 111010

Color Harmonies of #9E4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4DDB

Black with #9E4DDB

Text Example


Text Example

White with #9E4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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