#9E61CF

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

Shades of Amethyst #9E61CF

Tints of Amethyst #9E61CF

Color information

#9E61CF (or 0x9E61CF) is unknown color: approx Amethyst. HEX triplet: 9E, 61 and CF. RGB value is (158,97,207). Sum of RGB (Red+Green+Blue) = 158+97+207=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E61CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E61CF is #619E30. Grayscale: #7F7F7F. Windows color (decimal): -6397489 or 13590942. OLE color: 13590942.

HSL color Cylindrical-coordinate representation of color #9E61CF: hue angle of 273.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E61CF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15897207-
CMYK0.240.5300.19
HSL273.27º53.4%59.61%-
HSV(B)273.27º53.14%81.18%-
XYZ29.6420.3261.39-
YUV127.78172.71149.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 207 (81.25% from 255) = 44.81%
R=34.20%
G=21.00%
B=44.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158972070.240.5300.19273.2753.459.61
Hex9E61CF1835013111353c
Octal23614131730650234216574
Binary1001111011000011100111111000110101010011100010001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E61CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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