#9B60EC

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

Shades of Medium Purple #9B60EC

Tints of Medium Purple #9B60EC

Color information

#9B60EC (or 0x9B60EC) is unknown color: approx Medium Purple. HEX triplet: 9B, 60 and EC. RGB value is (155,96,236). Sum of RGB (Red+Green+Blue) = 155+96+236=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B60EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B60EC is #649F13. Grayscale: #818181. Windows color (decimal): -6594324 or 15491227. OLE color: 15491227.

HSL color Cylindrical-coordinate representation of color #9B60EC: hue angle of 265.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B60EC is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15596236-
CMYK0.340.5900.07
HSL265.29º78.65%65.1%-
HSV(B)265.29º59.32%92.55%-
XYZ32.8421.3981.75-
YUV129.6188.05146.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=31.83%
G=19.71%
B=48.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155962360.340.5900.07265.2978.6565.1
Hex9B60EC223B071094f41
Octal233140354427307411117101
Binary10011011110000011101100100010111011011110000100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B60EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,96,236); }

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

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

 a { background-color: rgb(155,96,236); }

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

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

 span { border-color: rgb(155,96,236); }

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