Html Css Color HEX #9E5EDD Amethyst

📋 copy color: '#9E5EDD'

red 158 ◦ green 94 ◦ blue 221

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

Shades of Amethyst #9E5EDD

Tints of Amethyst #9E5EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 33.4%
G = 19.87%
B = 46.72%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E5EDD (or 0x9E5EDD) is known color: Amethyst. HEX triplet: 9E, 5E and DD. RGB value is (158,94,221). Sum of RGB (Red+Green+Blue) = 158+94+221=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E5EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5EDD is #61A122. Grayscale: #7F7F7F. Windows color (decimal): -6398243 or 14507678. OLE color: 14507678.

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

Color convert

RGB 158 94 221 -
CMYK 0.29 0.57 0 0.13
HSL 270.24º 0.65% 0.62% -
HSV(B) 270.24º 0.57% 0.87% -
XYZ 31.15 20.49 70.72 -
YUV 127.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 158 94 221 0.29 0.57 0 0.13 270.24 0.65 0.62
Hex 9E 5E DD 1D 39 0 D 10E 41 3E
Octal 236 136 335 35 71 0 15 416 101 76
Binary 10011110 1011110 11011101 11101 111001 0 1101 100001110 1000001 111110

Color Harmonies of #9E5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5EDD

Black with #9E5EDD

Text Example


Text Example

White with #9E5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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