#9684EC

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

Shades of Medium Purple #9684EC

Tints of Medium Purple #9684EC

Color information

#9684EC (or 0x9684EC) is unknown color: approx Medium Purple. HEX triplet: 96, 84 and EC. RGB value is (150,132,236). Sum of RGB (Red+Green+Blue) = 150+132+236=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9684EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9684EC is #697B13. Grayscale: #949494. Windows color (decimal): -6912788 or 15500438. OLE color: 15500438.

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

Color convert

RGB150132236-
CMYK0.360.4400.07
HSL250.38º73.24%72.16%-
HSV(B)250.38º44.07%92.55%-
XYZ35.9729.0483.07-
YUV149.24176.96128.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=28.96%
G=25.48%
B=45.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501322360.360.4400.07250.3873.2472.16
Hex9684EC242C07fa4948
Octal226204354445407372111110
Binary10010110100001001110110010010010110001111111101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,132,236); }

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

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

 a { background-color: rgb(150,132,236); }

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

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

 span { border-color: rgb(150,132,236); }

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