Html Css Color HEX #9E57CE Amethyst

📋 copy color: '#9E57CE'

red 158 ◦ green 87 ◦ blue 206

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

Shades of Amethyst #9E57CE

Tints of Amethyst #9E57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.29%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 35.03%
G = 19.29%
B = 45.68%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E57CE (or 0x9E57CE) is known color: Amethyst. HEX triplet: 9E, 57 and CE. RGB value is (158,87,206). Sum of RGB (Red+Green+Blue) = 158+87+206=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E57CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E57CE is #61A831. Grayscale: #797979. Windows color (decimal): -6400050 or 13522846. OLE color: 13522846.

HSL color Cylindrical-coordinate representation of color #9E57CE: hue angle of 275.8º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E57CE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 87 206 -
CMYK 0.23 0.58 0 0.19
HSL 275.8º 0.55% 0.57% -
HSV(B) 275.8º 0.58% 0.81% -
XYZ 28.65 18.54 60.46 -
YUV 121.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 158 87 206 0.23 0.58 0 0.19 275.8 0.55 0.57
Hex 9E 57 CE 17 3A 0 13 114 37 39
Octal 236 127 316 27 72 0 23 424 67 71
Binary 10011110 1010111 11001110 10111 111010 0 10011 100010100 110111 111001

Color Harmonies of #9E57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E57CE

Black with #9E57CE

Text Example


Text Example

White with #9E57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,87,206); }

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

background-color css

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

 a { background-color: rgb(158,87,206); }

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

border-color css

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

 span { border-color: rgb(158,87,206); }

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