#9684EB

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

Shades of Medium Purple #9684EB

Tints of Medium Purple #9684EB

Color information

#9684EB (or 0x9684EB) is unknown color: approx Medium Purple. HEX triplet: 96, 84 and EB. RGB value is (150,132,235). Sum of RGB (Red+Green+Blue) = 150+132+235=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #9684EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9684EB is #697B14. Grayscale: #949494. Windows color (decimal): -6912789 or 15434902. OLE color: 15434902.

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

Color convert

RGB150132235-
CMYK0.360.4400.08
HSL250.49º72.03%71.96%-
HSV(B)250.49º43.83%92.16%-
XYZ35.8228.9882.3-
YUV149.12176.46128.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=29.01%
G=25.53%
B=45.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501322350.360.4400.08250.4972.0371.96
Hex9684EB242C08fa4848
Octal2262043534454010372110110
Binary100101101000010011101011100100101100010001111101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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