#9E61C4

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

Shades of Amethyst #9E61C4

Tints of Amethyst #9E61C4

Color information

#9E61C4 (or 0x9E61C4) is unknown color: approx Amethyst. HEX triplet: 9E, 61 and C4. RGB value is (158,97,196). Sum of RGB (Red+Green+Blue) = 158+97+196=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #9E61C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E61C4 is #619E3B. Grayscale: #7E7E7E. Windows color (decimal): -6397500 or 12870046. OLE color: 12870046.

HSL color Cylindrical-coordinate representation of color #9E61C4: hue angle of 276.97º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E61C4 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15897196-
CMYK0.190.5100.23
HSL276.97º45.62%57.45%-
HSV(B)276.97º50.51%76.86%-
XYZ28.3419.854.55-
YUV126.52167.21150.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 196 (76.95% from 255) = 43.46%
R=35.03%
G=21.51%
B=43.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal158971960.190.5100.23276.9745.6257.45
Hex9E61C413330171152e39
Octal23614130423630274255671
Binary1001111011000011100010010011110011010111100010101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E61C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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