#9684DA

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

Shades of Medium Purple #9684DA

Tints of Medium Purple #9684DA

Color information

#9684DA (or 0x9684DA) is unknown color: approx Medium Purple. HEX triplet: 96, 84 and DA. RGB value is (150,132,218). Sum of RGB (Red+Green+Blue) = 150+132+218=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9684DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684DA is #697B25. Grayscale: #929292. Windows color (decimal): -6912806 or 14320790. OLE color: 14320790.

HSL color Cylindrical-coordinate representation of color #9684DA: hue angle of 252.56º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9684DA is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150132218-
CMYK0.310.3900.15
HSL252.56º53.75%68.63%-
HSV(B)252.56º39.45%85.49%-
XYZ33.4828.0569.98-
YUV147.19167.96130.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=30%
G=26.4%
B=43.6%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501322180.310.3900.15252.5653.7568.63
Hex9684DA1F270Ffd3645
Octal226204332374701737566105
Binary1001011010000100110110101111110011101111111111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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