#9951F0

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

Shades of Medium Purple #9951F0

Tints of Medium Purple #9951F0

Color information

#9951F0 (or 0x9951F0) is unknown color: approx Medium Purple. HEX triplet: 99, 51 and F0. RGB value is (153,81,240). Sum of RGB (Red+Green+Blue) = 153+81+240=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #9951F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9951F0 is #66AE0F. Grayscale: #787878. Windows color (decimal): -6729232 or 15749529. OLE color: 15749529.

HSL color Cylindrical-coordinate representation of color #9951F0: hue angle of 267.17º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9951F0 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15381240-
CMYK0.360.6600.06
HSL267.17º84.13%62.94%-
HSV(B)267.17º66.25%94.12%-
XYZ31.8118.9584.42-
YUV120.65195.35151.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.28%
GREEN value IS 81 (32.03% from 255) = 17.09%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=32.28%
G=17.09%
B=50.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal153812400.360.6600.06267.1784.1362.94
Hex9951F024420610b543f
Octal231121360441020641312477
Binary10011001101000111110000100100100001001101000010111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9951F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,81,240); }

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

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

 a { background-color: rgb(153,81,240); }

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

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

 span { border-color: rgb(153,81,240); }

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