Html Css Color HEX #9E60CA Amethyst

📋 copy color: '#9E60CA'

red 158 ◦ green 96 ◦ blue 202

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

Shades of Amethyst #9E60CA

Tints of Amethyst #9E60CA

RGB

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

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

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

R = 34.65%
G = 21.05%
B = 44.3%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E60CA (or 0x9E60CA) is known color: Amethyst. HEX triplet: 9E, 60 and CA. RGB value is (158,96,202). Sum of RGB (Red+Green+Blue) = 158+96+202=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E60CA is #619F35. Grayscale: #7E7E7E. Windows color (decimal): -6397750 or 13263006. OLE color: 13263006.

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

Color convert

RGB 158 96 202 -
CMYK 0.22 0.52 0 0.21
HSL 275.09º 0.5% 0.58% -
HSV(B) 275.09º 0.52% 0.79% -
XYZ 28.94 19.9 58.19 -
YUV 126.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 158 96 202 0.22 0.52 0 0.21 275.09 0.5 0.58
Hex 9E 60 CA 16 34 0 15 113 32 3A
Octal 236 140 312 26 64 0 25 423 62 72
Binary 10011110 1100000 11001010 10110 110100 0 10101 100010011 110010 111010

Color Harmonies of #9E60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E60CA

Black with #9E60CA

Text Example


Text Example

White with #9E60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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