#9679F0

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

Shades of Medium Purple #9679F0

Tints of Medium Purple #9679F0

Color information

#9679F0 (or 0x9679F0) is unknown color: approx Medium Purple. HEX triplet: 96, 79 and F0. RGB value is (150,121,240). Sum of RGB (Red+Green+Blue) = 150+121+240=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #9679F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9679F0 is #69860F. Grayscale: #8E8E8E. Windows color (decimal): -6915600 or 15759766. OLE color: 15759766.

HSL color Cylindrical-coordinate representation of color #9679F0: hue angle of 254.62º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9679F0 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150121240-
CMYK0.370.5000.06
HSL254.62º79.87%70.78%-
HSV(B)254.62º49.58%94.12%-
XYZ35.1426.4585.69-
YUV143.24182.61132.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=29.35%
G=23.68%
B=46.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501212400.370.5000.06254.6279.8770.78
Hex9679F0253206ff5047
Octal226171360456206377120107
Binary1001011011110011111000010010111001001101111111110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9679F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9679F0; }

 p { color: rgb(150,121,240); }

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

<style>
 a { background-color: #9679F0; }

 a { background-color: rgb(150,121,240); }

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

<style>
 span { border-color: #9679F0; }

 span { border-color: rgb(150,121,240); }

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