#8968D7

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

Shades of Medium Purple #8968D7

Tints of Medium Purple #8968D7

Color information

#8968D7 (or 0x8968D7) is unknown color: approx Medium Purple. HEX triplet: 89, 68 and D7. RGB value is (137,104,215). Sum of RGB (Red+Green+Blue) = 137+104+215=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #8968D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968D7 is #769728. Grayscale: #7E7E7E. Windows color (decimal): -7771945 or 14117001. OLE color: 14117001.

HSL color Cylindrical-coordinate representation of color #8968D7: hue angle of 257.84º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8968D7 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137104215-
CMYK0.360.5200.16
HSL257.84º58.12%62.55%-
HSV(B)257.84º51.63%84.31%-
XYZ27.5320.1366.72-
YUV126.52177.93135.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.04%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 215 (84.38% from 255) = 47.15%
R=30.04%
G=22.81%
B=47.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371042150.360.5200.16257.8458.1262.55
Hex8968D724340101023a3f
Octal21115032744640204027277
Binary10001001110100011010111100100110100010000100000010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8968D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,104,215); }

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

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

 a { background-color: rgb(137,104,215); }

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

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

 span { border-color: rgb(137,104,215); }

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