Html Css Color HEX #9E60CE Amethyst

📋 copy color: '#9E60CE'

red 158 ◦ green 96 ◦ blue 206

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

Shades of Amethyst #9E60CE

Tints of Amethyst #9E60CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.87%

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

R = 34.35%
G = 20.87%
B = 44.78%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E60CE (or 0x9E60CE) is known color: Amethyst. HEX triplet: 9E, 60 and CE. RGB value is (158,96,206). Sum of RGB (Red+Green+Blue) = 158+96+206=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E60CE is #619F31. Grayscale: #7E7E7E. Windows color (decimal): -6397746 or 13525150. OLE color: 13525150.

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

Color convert

RGB 158 96 206 -
CMYK 0.23 0.53 0 0.19
HSL 273.82º 0.53% 0.59% -
HSV(B) 273.82º 0.53% 0.81% -
XYZ 29.42 20.09 60.72 -
YUV 127.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 158 96 206 0.23 0.53 0 0.19 273.82 0.53 0.59
Hex 9E 60 CE 17 35 0 13 112 35 3B
Octal 236 140 316 27 65 0 23 422 65 73
Binary 10011110 1100000 11001110 10111 110101 0 10011 100010010 110101 111011

Color Harmonies of #9E60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E60CE

Black with #9E60CE

Text Example


Text Example

White with #9E60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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