#9E65CE

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

Shades of Amethyst #9E65CE

Tints of Amethyst #9E65CE

Color information

#9E65CE (or 0x9E65CE) is unknown color: approx Amethyst. HEX triplet: 9E, 65 and CE. RGB value is (158,101,206). Sum of RGB (Red+Green+Blue) = 158+101+206=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65CE is #619A31. Grayscale: #818181. Windows color (decimal): -6396466 or 13526430. OLE color: 13526430.

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

Color convert

RGB158101206-
CMYK0.230.5100.19
HSL272.57º51.72%60.2%-
HSV(B)272.57º50.97%80.78%-
XYZ29.8921.0360.88-
YUV130.01170.88147.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=33.98%
G=21.72%
B=44.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581012060.230.5100.19272.5751.7260.2
Hex9E65CE1733013111343c
Octal23614531627630234216474
Binary1001111011001011100111010111110011010011100010001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,101,206); }

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

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

 a { background-color: rgb(158,101,206); }

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

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

 span { border-color: rgb(158,101,206); }

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