#9E62DC

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

Shades of Amethyst #9E62DC

Tints of Amethyst #9E62DC

Color information

#9E62DC (or 0x9E62DC) is unknown color: approx Amethyst. HEX triplet: 9E, 62 and DC. RGB value is (158,98,220). Sum of RGB (Red+Green+Blue) = 158+98+220=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E62DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E62DC is #619D23. Grayscale: #818181. Windows color (decimal): -6397220 or 14443166. OLE color: 14443166.

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

Color convert

RGB15898220-
CMYK0.280.5500.14
HSL269.51º63.54%62.35%-
HSV(B)269.51º55.45%86.27%-
XYZ31.3921.1770.14-
YUV129.85178.88148.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 220 (86.33% from 255) = 46.22%
R=33.19%
G=20.59%
B=46.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal158982200.280.5500.14269.5163.5462.35
Hex9E62DC1C370E10e403e
Octal236142334346701641610076
Binary1001111011000101101110011100110111011101000011101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E62DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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