#9550EA

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

Shades of Medium Purple #9550EA

Tints of Medium Purple #9550EA

Color information

#9550EA (or 0x9550EA) is unknown color: approx Medium Purple. HEX triplet: 95, 50 and EA. RGB value is (149,80,234). Sum of RGB (Red+Green+Blue) = 149+80+234=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #9550EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9550EA is #6AAF15. Grayscale: #757575. Windows color (decimal): -6991638 or 15356053. OLE color: 15356053.

HSL color Cylindrical-coordinate representation of color #9550EA: hue angle of 266.88º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9550EA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14980234-
CMYK0.360.6600.08
HSL266.88º78.57%61.57%-
HSV(B)266.88º65.81%91.76%-
XYZ30.1118.0779.74-
YUV118.19193.36149.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 234 (91.80% from 255) = 50.54%
R=32.18%
G=17.28%
B=50.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal149802340.360.6600.08266.8878.5761.57
Hex9550EA24420810b4f3e
Octal2251203524410201041311776
Binary100101011010000111010101001001000010010001000010111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9550EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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