#9E64CD

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

Shades of Amethyst #9E64CD

Tints of Amethyst #9E64CD

Color information

#9E64CD (or 0x9E64CD) is unknown color: approx Amethyst. HEX triplet: 9E, 64 and CD. RGB value is (158,100,205). Sum of RGB (Red+Green+Blue) = 158+100+205=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E64CD is #619B32. Grayscale: #808080. Windows color (decimal): -6396723 or 13460638. OLE color: 13460638.

HSL color Cylindrical-coordinate representation of color #9E64CD: hue angle of 273.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E64CD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158100205-
CMYK0.230.5100.20
HSL273.14º51.22%59.8%-
HSV(B)273.14º51.22%80.39%-
XYZ29.6820.7960.21-
YUV129.31170.72148.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=34.13%
G=21.60%
B=44.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581002050.230.5100.20273.1451.2259.8
Hex9E64CD1733014111333c
Octal23614431527630244216374
Binary1001111011001001100110110111110011010100100010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,100,205); }

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

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

 a { background-color: rgb(158,100,205); }

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

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

 span { border-color: rgb(158,100,205); }

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