#9680DD

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

Shades of Medium Purple #9680DD

Tints of Medium Purple #9680DD

Color information

#9680DD (or 0x9680DD) is unknown color: approx Medium Purple. HEX triplet: 96, 80 and DD. RGB value is (150,128,221). Sum of RGB (Red+Green+Blue) = 150+128+221=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #9680DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680DD is #697F22. Grayscale: #909090. Windows color (decimal): -6913827 or 14516374. OLE color: 14516374.

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

Color convert

RGB150128221-
CMYK0.320.4200.13
HSL254.19º57.76%68.43%-
HSV(B)254.19º42.08%86.67%-
XYZ33.3527.1471.89-
YUV145.18170.79131.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=30.06%
G=25.65%
B=44.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501282210.320.4200.13254.1957.7668.43
Hex9680DD202A0Dfe3a44
Octal226200335405201537672104
Binary10010110100000001101110110000010101001101111111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9680DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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