#9678E1

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

Shades of Medium Purple #9678E1

Tints of Medium Purple #9678E1

Color information

#9678E1 (or 0x9678E1) is unknown color: approx Medium Purple. HEX triplet: 96, 78 and E1. RGB value is (150,120,225). Sum of RGB (Red+Green+Blue) = 150+120+225=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #9678E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678E1 is #69871E. Grayscale: #8C8C8C. Windows color (decimal): -6915871 or 14776470. OLE color: 14776470.

HSL color Cylindrical-coordinate representation of color #9678E1: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9678E1 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB150120225-
CMYK0.330.4700.12
HSL257.14º63.64%67.65%-
HSV(B)257.14º46.67%88.24%-
XYZ32.8825.3574.39-
YUV140.94175.44134.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=30.30%
G=24.24%
B=45.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1501202250.330.4700.12257.1463.6467.65
Hex9678E1212F0C1014044
Octal2261703414157014401100104
Binary100101101111000111000011000011011110110010000000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9678E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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