#9864ef

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

Shades of Medium Purple #9864EF

Tints of Medium Purple #9864EF

Color information

#9864EF (or 0x9864EF) is unknown color: approx Medium Purple. HEX triplet: 98, 64 and EF. RGB value is (152,100,239). Sum of RGB (Red+Green+Blue) = 152+100+239=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #9864EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9864EF is #679B10. Grayscale: #828282. Windows color (decimal): -6789905 or 15688856. OLE color: 15688856.

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

Color convert

RGB152100239-
CMYK0.360.5800.06
HSL262.45º81.29%66.47%-
HSV(B)262.45º58.16%93.73%-
XYZ33.0922.0284.17-
YUV131.39188.73142.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 239 (93.75% from 255) = 48.68%
R=30.96%
G=20.37%
B=48.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521002390.360.5800.06262.4581.2966.47
Hex9864EF243A061065142
Octal230144357447206406121102
Binary10011000110010011101111100100111010011010000011010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9864ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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