Html Css Color HEX #9E59CA Amethyst

📋 copy color: '#9E59CA'

red 158 ◦ green 89 ◦ blue 202

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

Shades of Amethyst #9E59CA

Tints of Amethyst #9E59CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 35.19%
G = 19.82%
B = 44.99%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E59CA (or 0x9E59CA) is known color: Amethyst. HEX triplet: 9E, 59 and CA. RGB value is (158,89,202). Sum of RGB (Red+Green+Blue) = 158+89+202=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E59CA is #61A635. Grayscale: #7A7A7A. Windows color (decimal): -6399542 or 13261214. OLE color: 13261214.

HSL color Cylindrical-coordinate representation of color #9E59CA: hue angle of 276.64º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E59CA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 89 202 -
CMYK 0.22 0.56 0 0.21
HSL 276.64º 0.52% 0.57% -
HSV(B) 276.64º 0.56% 0.79% -
XYZ 28.33 18.68 57.99 -
YUV 122.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 158 89 202 0.22 0.56 0 0.21 276.64 0.52 0.57
Hex 9E 59 CA 16 38 0 15 115 34 39
Octal 236 131 312 26 70 0 25 425 64 71
Binary 10011110 1011001 11001010 10110 111000 0 10101 100010101 110100 111001

Color Harmonies of #9E59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E59CA

Black with #9E59CA

Text Example


Text Example

White with #9E59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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