Html Css Color HEX #9E5ACE Amethyst

📋 copy color: '#9E5ACE'

red 158 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #9E5ACE

Tints of Amethyst #9E5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.82%

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

R = 34.8%
G = 19.82%
B = 45.37%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E5ACE (or 0x9E5ACE) is known color: Amethyst. HEX triplet: 9E, 5A and CE. RGB value is (158,90,206). Sum of RGB (Red+Green+Blue) = 158+90+206=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ACE is #61A531. Grayscale: #7B7B7B. Windows color (decimal): -6399282 or 13523614. OLE color: 13523614.

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

Color convert

RGB 158 90 206 -
CMYK 0.23 0.56 0 0.19
HSL 275.17º 0.54% 0.58% -
HSV(B) 275.17º 0.56% 0.81% -
XYZ 28.9 19.04 60.54 -
YUV 123.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 158 90 206 0.23 0.56 0 0.19 275.17 0.54 0.58
Hex 9E 5A CE 17 38 0 13 113 36 3A
Octal 236 132 316 27 70 0 23 423 66 72
Binary 10011110 1011010 11001110 10111 111000 0 10011 100010011 110110 111010

Color Harmonies of #9E5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5ACE

Black with #9E5ACE

Text Example


Text Example

White with #9E5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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