#9550f5

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

Shades of Medium Purple #9550F5

Tints of Medium Purple #9550F5

Color information

#9550F5 (or 0x9550F5) is unknown color: approx Medium Purple. HEX triplet: 95, 50 and F5. RGB value is (149,80,245). Sum of RGB (Red+Green+Blue) = 149+80+245=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #9550F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9550F5 is #6AAF0A. Grayscale: #767676. Windows color (decimal): -6991627 or 16076949. OLE color: 16076949.

HSL color Cylindrical-coordinate representation of color #9550F5: hue angle of 265.09º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9550F5 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14980245-
CMYK0.390.6700.04
HSL265.09º89.19%63.73%-
HSV(B)265.09º67.35%96.08%-
XYZ31.7418.7288.33-
YUV119.44198.86149.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 80 (31.64% from 255) = 16.88%
BLUE value IS 245 (96.09% from 255) = 51.69%
R=31.43%
G=16.88%
B=51.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal149802450.390.6700.04265.0989.1963.73
Hex9550F52743041095940
Octal2251203654710304411131100
Binary100101011010000111101011001111000011010010000100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9550f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9550f5; }

 p { color: rgb(149,80,245); }

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

<style>
 a { background-color: #9550f5; }

 a { background-color: rgb(149,80,245); }

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

<style>
 span { border-color: #9550f5; }

 span { border-color: rgb(149,80,245); }

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