Html Css Color HEX #9E5ED8 Amethyst

📋 copy color: '#9E5ED8'

red 158 ◦ green 94 ◦ blue 216

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

Shades of Amethyst #9E5ED8

Tints of Amethyst #9E5ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.09%

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

R = 33.76%
G = 20.09%
B = 46.15%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E5ED8 (or 0x9E5ED8) is known color: Amethyst. HEX triplet: 9E, 5E and D8. RGB value is (158,94,216). Sum of RGB (Red+Green+Blue) = 158+94+216=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E5ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ED8 is #61A127. Grayscale: #7E7E7E. Windows color (decimal): -6398248 or 14179998. OLE color: 14179998.

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

Color convert

RGB 158 94 216 -
CMYK 0.27 0.56 0 0.15
HSL 271.48º 0.61% 0.61% -
HSV(B) 271.48º 0.56% 0.85% -
XYZ 30.5 20.23 67.26 -
YUV 127.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 158 94 216 0.27 0.56 0 0.15 271.48 0.61 0.61
Hex 9E 5E D8 1B 38 0 F 10F 3D 3D
Octal 236 136 330 33 70 0 17 417 75 75
Binary 10011110 1011110 11011000 11011 111000 0 1111 100001111 111101 111101

Color Harmonies of #9E5ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5ED8

Black with #9E5ED8

Text Example


Text Example

White with #9E5ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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