#9862EC

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

Shades of Medium Purple #9862EC

Tints of Medium Purple #9862EC

Color information

#9862EC (or 0x9862EC) is unknown color: approx Medium Purple. HEX triplet: 98, 62 and EC. RGB value is (152,98,236). Sum of RGB (Red+Green+Blue) = 152+98+236=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #9862EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9862EC is #679D13. Grayscale: #818181. Windows color (decimal): -6790420 or 15491736. OLE color: 15491736.

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

Color convert

RGB15298236-
CMYK0.360.5800.07
HSL263.48º78.41%65.49%-
HSV(B)263.48º58.47%92.55%-
XYZ32.4621.4781.79-
YUV129.88187.89143.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 98 (38.67% from 255) = 20.16%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=31.28%
G=20.16%
B=48.56%

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
Decimal152982360.360.5800.07263.4878.4165.49
Hex9862EC243A071074e41
Octal230142354447207407116101
Binary10011000110001011101100100100111010011110000011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9862EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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