#9684DE

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

Shades of Medium Purple #9684DE

Tints of Medium Purple #9684DE

Color information

#9684DE (or 0x9684DE) is unknown color: approx Medium Purple. HEX triplet: 96, 84 and DE. RGB value is (150,132,222). Sum of RGB (Red+Green+Blue) = 150+132+222=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #9684DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684DE is #697B21. Grayscale: #939393. Windows color (decimal): -6912802 or 14582934. OLE color: 14582934.

HSL color Cylindrical-coordinate representation of color #9684DE: hue angle of 252º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9684DE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150132222-
CMYK0.320.4100.13
HSL252º57.69%69.41%-
HSV(B)252º40.54%87.06%-
XYZ34.0128.2672.77-
YUV147.64169.96129.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=29.76%
G=26.19%
B=44.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501322220.320.4100.1325257.6969.41
Hex9684DE20290Dfc3a45
Octal226204336405101537472105
Binary10010110100001001101111010000010100101101111111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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