#9682D7

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

Shades of Medium Purple #9682D7

Tints of Medium Purple #9682D7

Color information

#9682D7 (or 0x9682D7) is unknown color: approx Medium Purple. HEX triplet: 96, 82 and D7. RGB value is (150,130,215). Sum of RGB (Red+Green+Blue) = 150+130+215=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #9682D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682D7 is #697D28. Grayscale: #919191. Windows color (decimal): -6913321 or 14123670. OLE color: 14123670.

HSL color Cylindrical-coordinate representation of color #9682D7: hue angle of 254.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9682D7 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150130215-
CMYK0.300.4000.16
HSL254.12º51.52%67.65%-
HSV(B)254.12º39.53%84.31%-
XYZ32.8327.3667.84-
YUV145.67167.13131.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=30.30%
G=26.26%
B=43.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501302150.300.4000.16254.1251.5267.65
Hex9682D71E28010fe3444
Octal226202327365002037664104
Binary10010110100000101101011111110101000010000111111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9682D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9682D7; }

 p { color: rgb(150,130,215); }

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

<style>
 a { background-color: #9682D7; }

 a { background-color: rgb(150,130,215); }

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

<style>
 span { border-color: #9682D7; }

 span { border-color: rgb(150,130,215); }

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