#9551F1

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

Shades of Medium Purple #9551F1

Tints of Medium Purple #9551F1

Color information

#9551F1 (or 0x9551F1) is unknown color: approx Medium Purple. HEX triplet: 95, 51 and F1. RGB value is (149,81,241). Sum of RGB (Red+Green+Blue) = 149+81+241=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #9551F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9551F1 is #6AAE0E. Grayscale: #777777. Windows color (decimal): -6991375 or 15815061. OLE color: 15815061.

HSL color Cylindrical-coordinate representation of color #9551F1: hue angle of 265.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9551F1 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14981241-
CMYK0.380.6600.05
HSL265.5º85.11%63.14%-
HSV(B)265.5º66.39%94.51%-
XYZ31.2118.6385.17-
YUV119.57196.53148.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 81 (32.03% from 255) = 17.20%
BLUE value IS 241 (94.53% from 255) = 51.17%
R=31.63%
G=17.20%
B=51.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149812410.380.6600.05265.585.1163.14
Hex9551F126420510a553f
Octal225121361461020541212577
Binary10010101101000111110001100110100001001011000010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9551F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9551F1; }

 p { color: rgb(149,81,241); }

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

<style>
 a { background-color: #9551F1; }

 a { background-color: rgb(149,81,241); }

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

<style>
 span { border-color: #9551F1; }

 span { border-color: rgb(149,81,241); }

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