#9864EC

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

Shades of Medium Purple #9864EC

Tints of Medium Purple #9864EC

Color information

#9864EC (or 0x9864EC) is unknown color: approx Medium Purple. HEX triplet: 98, 64 and EC. RGB value is (152,100,236). Sum of RGB (Red+Green+Blue) = 152+100+236=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #9864EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9864EC is #679B13. Grayscale: #828282. Windows color (decimal): -6789908 or 15492248. OLE color: 15492248.

HSL color Cylindrical-coordinate representation of color #9864EC: hue angle of 262.94º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9864EC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152100236-
CMYK0.360.5800.07
HSL262.94º78.16%65.88%-
HSV(B)262.94º57.63%92.55%-
XYZ32.6521.8581.85-
YUV131.05187.23142.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 100 (39.45% from 255) = 20.49%
BLUE value IS 236 (92.58% from 255) = 48.36%
R=31.15%
G=20.49%
B=48.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521002360.360.5800.07262.9478.1665.88
Hex9864EC243A071074e42
Octal230144354447207407116102
Binary10011000110010011101100100100111010011110000011110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9864EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9864EC; }

 p { color: rgb(152,100,236); }

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

<style>
 a { background-color: #9864EC; }

 a { background-color: rgb(152,100,236); }

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

<style>
 span { border-color: #9864EC; }

 span { border-color: rgb(152,100,236); }

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