#9E63DA

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

Shades of Amethyst #9E63DA

Tints of Amethyst #9E63DA

Color information

#9E63DA (or 0x9E63DA) is unknown color: approx Amethyst. HEX triplet: 9E, 63 and DA. RGB value is (158,99,218). Sum of RGB (Red+Green+Blue) = 158+99+218=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E63DA is #619C25. Grayscale: #818181. Windows color (decimal): -6396966 or 14312350. OLE color: 14312350.

HSL color Cylindrical-coordinate representation of color #9E63DA: hue angle of 269.75º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E63DA is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15899218-
CMYK0.280.5500.15
HSL269.75º61.66%62.16%-
HSV(B)269.75º54.59%85.49%-
XYZ31.2221.2568.79-
YUV130.21177.55147.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 218 (85.55% from 255) = 45.89%
R=33.26%
G=20.84%
B=45.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158992180.280.5500.15269.7561.6662.16
Hex9E63DA1C370F10e3e3e
Octal23614333234670174167676
Binary100111101100011110110101110011011101111100001110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E63DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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