#9961EF

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

Shades of Medium Purple #9961EF

Tints of Medium Purple #9961EF

Color information

#9961EF (or 0x9961EF) is unknown color: approx Medium Purple. HEX triplet: 99, 61 and EF. RGB value is (153,97,239). Sum of RGB (Red+Green+Blue) = 153+97+239=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #9961EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9961EF is #669E10. Grayscale: #818181. Windows color (decimal): -6725137 or 15688089. OLE color: 15688089.

HSL color Cylindrical-coordinate representation of color #9961EF: hue angle of 263.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9961EF is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15397239-
CMYK0.360.5900.06
HSL263.66º81.61%65.88%-
HSV(B)263.66º59.41%93.73%-
XYZ32.9921.5584.08-
YUV129.93189.55144.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 239 (93.75% from 255) = 48.88%
R=31.29%
G=19.84%
B=48.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal153972390.360.5900.06263.6681.6165.88
Hex9961EF243B061085242
Octal231141357447306410122102
Binary10011001110000111101111100100111011011010000100010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9961EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9961EF; }

 p { color: rgb(153,97,239); }

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

<style>
 a { background-color: #9961EF; }

 a { background-color: rgb(153,97,239); }

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

<style>
 span { border-color: #9961EF; }

 span { border-color: rgb(153,97,239); }

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