#9680DF

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

Shades of Medium Purple #9680DF

Tints of Medium Purple #9680DF

Color information

#9680DF (or 0x9680DF) is unknown color: approx Medium Purple. HEX triplet: 96, 80 and DF. RGB value is (150,128,223). Sum of RGB (Red+Green+Blue) = 150+128+223=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #9680DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680DF is #697F20. Grayscale: #919191. Windows color (decimal): -6913825 or 14647446. OLE color: 14647446.

HSL color Cylindrical-coordinate representation of color #9680DF: hue angle of 253.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9680DF is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150128223-
CMYK0.330.4300.13
HSL253.89º59.75%68.82%-
HSV(B)253.89º42.6%87.45%-
XYZ33.6227.2573.3-
YUV145.41171.79131.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=29.94%
G=25.55%
B=44.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501282230.330.4300.13253.8959.7568.82
Hex9680DF212B0Dfe3c45
Octal226200337415301537674105
Binary10010110100000001101111110000110101101101111111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9680DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9680DF; }

 p { color: rgb(150,128,223); }

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

<style>
 a { background-color: #9680DF; }

 a { background-color: rgb(150,128,223); }

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

<style>
 span { border-color: #9680DF; }

 span { border-color: rgb(150,128,223); }

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