Html Css Color HEX #9E59CE Amethyst

📋 copy color: '#9E59CE'

red 158 ◦ green 89 ◦ blue 206

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

Shades of Amethyst #9E59CE

Tints of Amethyst #9E59CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.65%

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

R = 34.88%
G = 19.65%
B = 45.47%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E59CE (or 0x9E59CE) is known color: Amethyst. HEX triplet: 9E, 59 and CE. RGB value is (158,89,206). Sum of RGB (Red+Green+Blue) = 158+89+206=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E59CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E59CE is #61A631. Grayscale: #7A7A7A. Windows color (decimal): -6399538 or 13523358. OLE color: 13523358.

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

Color convert

RGB 158 89 206 -
CMYK 0.23 0.57 0 0.19
HSL 275.38º 0.54% 0.58% -
HSV(B) 275.38º 0.57% 0.81% -
XYZ 28.81 18.87 60.52 -
YUV 122.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 158 89 206 0.23 0.57 0 0.19 275.38 0.54 0.58
Hex 9E 59 CE 17 39 0 13 113 36 3A
Octal 236 131 316 27 71 0 23 423 66 72
Binary 10011110 1011001 11001110 10111 111001 0 10011 100010011 110110 111010

Color Harmonies of #9E59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E59CE

Black with #9E59CE

Text Example


Text Example

White with #9E59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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