#9E60EF

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

Shades of Medium Purple #9E60EF

Tints of Medium Purple #9E60EF

Color information

#9E60EF (or 0x9E60EF) is unknown color: approx Medium Purple. HEX triplet: 9E, 60 and EF. RGB value is (158,96,239). Sum of RGB (Red+Green+Blue) = 158+96+239=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E60EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E60EF is #619F10. Grayscale: #828282. Windows color (decimal): -6397713 or 15687838. OLE color: 15687838.

HSL color Cylindrical-coordinate representation of color #9E60EF: hue angle of 266.01º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E60EF is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15896239-
CMYK0.340.6000.06
HSL266.01º81.71%65.69%-
HSV(B)266.01º59.83%93.73%-
XYZ33.8621.8784.1-
YUV130.84189.04147.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 239 (93.75% from 255) = 48.48%
R=32.05%
G=19.47%
B=48.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal158962390.340.6000.06266.0181.7165.69
Hex9E60EF223C0610a5242
Octal236140357427406412122102
Binary10011110110000011101111100010111100011010000101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E60EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,96,239); }

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

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

 a { background-color: rgb(158,96,239); }

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

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

 span { border-color: rgb(158,96,239); }

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