#9964E9

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

Shades of Medium Purple #9964E9

Tints of Medium Purple #9964E9

Color information

#9964E9 (or 0x9964E9) is unknown color: approx Medium Purple. HEX triplet: 99, 64 and E9. RGB value is (153,100,233). Sum of RGB (Red+Green+Blue) = 153+100+233=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #9964E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9964E9 is #669B16. Grayscale: #828282. Windows color (decimal): -6724375 or 15295641. OLE color: 15295641.

HSL color Cylindrical-coordinate representation of color #9964E9: hue angle of 263.91º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9964E9 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB153100233-
CMYK0.340.5700.09
HSL263.91º75.14%65.29%-
HSV(B)263.91º57.08%91.37%-
XYZ32.421.7779.59-
YUV131.01185.56143.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.48%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 233 (91.41% from 255) = 47.94%
R=31.48%
G=20.58%
B=47.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1531002330.340.5700.09263.9175.1465.29
Hex9964E92239091084b41
Octal2311443514271011410113101
Binary100110011100100111010011000101110010100110000100010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9964E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9964E9; }

 p { color: rgb(153,100,233); }

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

<style>
 a { background-color: #9964E9; }

 a { background-color: rgb(153,100,233); }

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

<style>
 span { border-color: #9964E9; }

 span { border-color: rgb(153,100,233); }

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