Html Css Color HEX #9E4ED5 Amethyst

📋 copy color: '#9E4ED5'

red 158 ◦ green 78 ◦ blue 213

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

Shades of Amethyst #9E4ED5

Tints of Amethyst #9E4ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.37%

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 35.19%
G = 17.37%
B = 47.44%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9E4ED5 (or 0x9E4ED5) is known color: Amethyst. HEX triplet: 9E, 4E and D5. RGB value is (158,78,213). Sum of RGB (Red+Green+Blue) = 158+78+213=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E4ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4ED5 is #61B12A. Grayscale: #747474. Windows color (decimal): -6402347 or 13979294. OLE color: 13979294.

HSL color Cylindrical-coordinate representation of color #9E4ED5: hue angle of 275.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E4ED5 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 78 213 -
CMYK 0.26 0.63 0 0.16
HSL 275.56º 0.62% 0.57% -
HSV(B) 275.56º 0.63% 0.84% -
XYZ 28.84 17.52 64.81 -
YUV 117.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 158 78 213 0.26 0.63 0 0.16 275.56 0.62 0.57
Hex 9E 4E D5 1A 3F 0 10 114 3E 39
Octal 236 116 325 32 77 0 20 424 76 71
Binary 10011110 1001110 11010101 11010 111111 0 10000 100010100 111110 111001

Color Harmonies of #9E4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4ED5

Black with #9E4ED5

Text Example


Text Example

White with #9E4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,78,213); }

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

background-color css

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

 a { background-color: rgb(158,78,213); }

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

border-color css

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

 span { border-color: rgb(158,78,213); }

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