#9E63CA

Color #9E63CA Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9E63CA

Tints of Amethyst #9E63CA

Color information

#9E63CA (or 0x9E63CA) is unknown color: approx Amethyst. HEX triplet: 9E, 63 and CA. RGB value is (158,99,202). Sum of RGB (Red+Green+Blue) = 158+99+202=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E63CA is #619C35. Grayscale: #808080. Windows color (decimal): -6396982 or 13263774. OLE color: 13263774.

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

Color convert

RGB15899202-
CMYK0.220.5100.21
HSL274.37º49.28%59.02%-
HSV(B)274.37º50.99%79.22%-
XYZ29.2220.4658.29-
YUV128.38169.55149.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 99 (39.06% from 255) = 21.57%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=34.42%
G=21.57%
B=44.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158992020.220.5100.21274.3749.2859.02
Hex9E63CA1633015112313b
Octal23614331226630254226173
Binary1001111011000111100101010110110011010101100010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E63CA;
 }
 .AnyTagClassName
 {
   color: #9E63CA;
 }
</style>
background-color css

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

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

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

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

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

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