Html Css Color HEX #9E5ECC Amethyst

📋 copy color: '#9E5ECC'

red 158 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #9E5ECC

Tints of Amethyst #9E5ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 34.65%
G = 20.61%
B = 44.74%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E5ECC (or 0x9E5ECC) is known color: Amethyst. HEX triplet: 9E, 5E and CC. RGB value is (158,94,204). Sum of RGB (Red+Green+Blue) = 158+94+204=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ECC is #61A133. Grayscale: #7D7D7D. Windows color (decimal): -6398260 or 13393566. OLE color: 13393566.

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

Color convert

RGB 158 94 204 -
CMYK 0.23 0.54 0 0.2
HSL 274.91º 0.52% 0.58% -
HSV(B) 274.91º 0.54% 0.8% -
XYZ 29 19.63 59.39 -
YUV 125.68 172.2 151.06 -
System Red Green Blue C M Y K H S L
Decimal 158 94 204 0.23 0.54 0 0.2 274.91 0.52 0.58
Hex 9E 5E CC 17 36 0 14 113 34 3A
Octal 236 136 314 27 66 0 24 423 64 72
Binary 10011110 1011110 11001100 10111 110110 0 10100 100010011 110100 111010

Color Harmonies of #9E5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5ECC

Black with #9E5ECC

Text Example


Text Example

White with #9E5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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