#9678D1

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

Shades of Medium Purple #9678D1

Tints of Medium Purple #9678D1

Color information

#9678D1 (or 0x9678D1) is unknown color: approx Medium Purple. HEX triplet: 96, 78 and D1. RGB value is (150,120,209). Sum of RGB (Red+Green+Blue) = 150+120+209=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #9678D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678D1 is #69872E. Grayscale: #8A8A8A. Windows color (decimal): -6915887 or 13727894. OLE color: 13727894.

HSL color Cylindrical-coordinate representation of color #9678D1: hue angle of 260.22º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9678D1 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150120209-
CMYK0.280.4300.18
HSL260.22º49.17%64.51%-
HSV(B)260.22º42.58%81.96%-
XYZ30.824.5263.43-
YUV139.12167.44135.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=31.32%
G=25.05%
B=43.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501202090.280.4300.18260.2249.1764.51
Hex9678D11C2B0121043141
Octal226170321345302240461101
Binary10010110111100011010001111001010110100101000001001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9678D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9678D1; }

 p { color: rgb(150,120,209); }

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

<style>
 a { background-color: #9678D1; }

 a { background-color: rgb(150,120,209); }

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

<style>
 span { border-color: #9678D1; }

 span { border-color: rgb(150,120,209); }

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