#9556EA

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

Shades of Medium Purple #9556EA

Tints of Medium Purple #9556EA

Color information

#9556EA (or 0x9556EA) is unknown color: approx Medium Purple. HEX triplet: 95, 56 and EA. RGB value is (149,86,234). Sum of RGB (Red+Green+Blue) = 149+86+234=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #9556EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9556EA is #6AA915. Grayscale: #797979. Windows color (decimal): -6990102 or 15357589. OLE color: 15357589.

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

Color convert

RGB14986234-
CMYK0.360.6300.08
HSL265.54º77.89%62.75%-
HSV(B)265.54º63.25%91.76%-
XYZ30.5718.9979.9-
YUV121.71191.37147.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 86 (33.98% from 255) = 18.34%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=31.77%
G=18.34%
B=49.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal149862340.360.6300.08265.5477.8962.75
Hex9556EA243F0810a4e3f
Octal225126352447701041211677
Binary10010101101011011101010100100111111010001000010101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9556EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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