#9E65CF

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

Shades of Amethyst #9E65CF

Tints of Amethyst #9E65CF

Color information

#9E65CF (or 0x9E65CF) is unknown color: approx Amethyst. HEX triplet: 9E, 65 and CF. RGB value is (158,101,207). Sum of RGB (Red+Green+Blue) = 158+101+207=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65CF is #619A30. Grayscale: #818181. Windows color (decimal): -6396465 or 13591966. OLE color: 13591966.

HSL color Cylindrical-coordinate representation of color #9E65CF: hue angle of 272.26º 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 #9E65CF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB158101207-
CMYK0.240.5100.19
HSL272.26º52.48%60.39%-
HSV(B)272.26º51.21%81.18%-
XYZ30.0221.0861.52-
YUV130.13171.38147.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=33.91%
G=21.67%
B=44.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581012070.240.5100.19272.2652.4860.39
Hex9E65CF1833013110343c
Octal23614531730630234206474
Binary1001111011001011100111111000110011010011100010000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E65CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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