Html Css Color HEX #9E4CDB Amethyst

📋 copy color: '#9E4CDB'

red 158 ◦ green 76 ◦ blue 219

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

Shades of Amethyst #9E4CDB

Tints of Amethyst #9E4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.78%

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

R = 34.88%
G = 16.78%
B = 48.34%

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

#9E4CDB (or 0x9E4CDB) is known color: Amethyst. HEX triplet: 9E, 4C and DB. RGB value is (158,76,219). Sum of RGB (Red+Green+Blue) = 158+76+219=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E4CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CDB is #61B324. Grayscale: #747474. Windows color (decimal): -6402853 or 14371998. OLE color: 14371998.

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

Color convert

RGB 158 76 219 -
CMYK 0.28 0.65 0 0.14
HSL 274.41º 0.67% 0.58% -
HSV(B) 274.41º 0.65% 0.86% -
XYZ 29.47 17.55 68.85 -
YUV 116.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 158 76 219 0.28 0.65 0 0.14 274.41 0.67 0.58
Hex 9E 4C DB 1C 41 0 E 112 43 3A
Octal 236 114 333 34 101 0 16 422 103 72
Binary 10011110 1001100 11011011 11100 1000001 0 1110 100010010 1000011 111010

Color Harmonies of #9E4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4CDB

Black with #9E4CDB

Text Example


Text Example

White with #9E4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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