#9E61DC

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

Shades of Amethyst #9E61DC

Tints of Amethyst #9E61DC

Color information

#9E61DC (or 0x9E61DC) is unknown color: approx Amethyst. HEX triplet: 9E, 61 and DC. RGB value is (158,97,220). Sum of RGB (Red+Green+Blue) = 158+97+220=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E61DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E61DC is #619E23. Grayscale: #808080. Windows color (decimal): -6397476 or 14442910. OLE color: 14442910.

HSL color Cylindrical-coordinate representation of color #9E61DC: hue angle of 269.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E61DC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15897220-
CMYK0.280.5600.14
HSL269.76º63.73%62.16%-
HSV(B)269.76º55.91%86.27%-
XYZ31.2920.9970.11-
YUV129.26179.21148.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=33.26%
G=20.42%
B=46.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal158972200.280.5600.14269.7663.7362.16
Hex9E61DC1C380E10e403e
Octal236141334347001641610076
Binary1001111011000011101110011100111000011101000011101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E61DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,97,220); }

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

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

 a { background-color: rgb(158,97,220); }

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

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

 span { border-color: rgb(158,97,220); }

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