Html Css Color HEX #9E5EDE Amethyst

📋 copy color: '#9E5EDE'

red 158 ◦ green 94 ◦ blue 222

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

Shades of Amethyst #9E5EDE

Tints of Amethyst #9E5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 33.33%
G = 19.83%
B = 46.84%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E5EDE (or 0x9E5EDE) is known color: Amethyst. HEX triplet: 9E, 5E and DE. RGB value is (158,94,222). Sum of RGB (Red+Green+Blue) = 158+94+222=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E5EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5EDE is #61A121. Grayscale: #7F7F7F. Windows color (decimal): -6398242 or 14573214. OLE color: 14573214.

HSL color Cylindrical-coordinate representation of color #9E5EDE: hue angle of 270º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E5EDE is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 94 222 -
CMYK 0.29 0.58 0 0.13
HSL 270º 0.66% 0.62% -
HSV(B) 270º 0.58% 0.87% -
XYZ 31.29 20.55 71.42 -
YUV 127.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 158 94 222 0.29 0.58 0 0.13 270 0.66 0.62
Hex 9E 5E DE 1D 3A 0 D 10E 42 3E
Octal 236 136 336 35 72 0 15 416 102 76
Binary 10011110 1011110 11011110 11101 111010 0 1101 100001110 1000010 111110

Color Harmonies of #9E5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5EDE

Black with #9E5EDE

Text Example


Text Example

White with #9E5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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