Html Css Color HEX #9E4ED8 Amethyst

📋 copy color: '#9E4ED8'

red 158 ◦ green 78 ◦ blue 216

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

Shades of Amethyst #9E4ED8

Tints of Amethyst #9E4ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 34.96%
G = 17.26%
B = 47.79%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E4ED8 (or 0x9E4ED8) is known color: Amethyst. HEX triplet: 9E, 4E and D8. RGB value is (158,78,216). Sum of RGB (Red+Green+Blue) = 158+78+216=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E4ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4ED8 is #61B127. Grayscale: #757575. Windows color (decimal): -6402344 or 14175902. OLE color: 14175902.

HSL color Cylindrical-coordinate representation of color #9E4ED8: hue angle of 274.78º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E4ED8 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 78 216 -
CMYK 0.27 0.64 0 0.15
HSL 274.78º 0.64% 0.58% -
HSV(B) 274.78º 0.64% 0.85% -
XYZ 29.22 17.68 66.84 -
YUV 117.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 158 78 216 0.27 0.64 0 0.15 274.78 0.64 0.58
Hex 9E 4E D8 1B 40 0 F 113 40 3A
Octal 236 116 330 33 100 0 17 423 100 72
Binary 10011110 1001110 11011000 11011 1000000 0 1111 100010011 1000000 111010

Color Harmonies of #9E4ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4ED8

Black with #9E4ED8

Text Example


Text Example

White with #9E4ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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