#9E60DD

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

Shades of Amethyst #9E60DD

Tints of Amethyst #9E60DD

Color information

#9E60DD (or 0x9E60DD) is unknown color: approx Amethyst. HEX triplet: 9E, 60 and DD. RGB value is (158,96,221). Sum of RGB (Red+Green+Blue) = 158+96+221=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E60DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E60DD is #619F22. Grayscale: #808080. Windows color (decimal): -6397731 or 14508190. OLE color: 14508190.

HSL color Cylindrical-coordinate representation of color #9E60DD: hue angle of 269.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E60DD is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15896221-
CMYK0.290.5700.13
HSL269.76º64.77%62.16%-
HSV(B)269.76º56.56%86.67%-
XYZ31.3320.8670.78-
YUV128.79180.04148.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=33.26%
G=20.21%
B=46.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158962210.290.5700.13269.7664.7762.16
Hex9E60DD1D390D10e413e
Octal236140335357101541610176
Binary1001111011000001101110111101111001011011000011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E60DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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