#9561E1

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

Shades of Medium Purple #9561E1

Tints of Medium Purple #9561E1

Color information

#9561E1 (or 0x9561E1) is unknown color: approx Medium Purple. HEX triplet: 95, 61 and E1. RGB value is (149,97,225). Sum of RGB (Red+Green+Blue) = 149+97+225=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #9561E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561E1 is #6A9E1E. Grayscale: #7E7E7E. Windows color (decimal): -6987295 or 14770581. OLE color: 14770581.

HSL color Cylindrical-coordinate representation of color #9561E1: hue angle of 264.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9561E1 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14997225-
CMYK0.340.5700.12
HSL264.38º68.09%63.14%-
HSV(B)264.38º56.89%88.24%-
XYZ30.2620.3873.57-
YUV127.14183.23143.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 225 (88.28% from 255) = 47.77%
R=31.63%
G=20.59%
B=47.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149972250.340.5700.12264.3868.0963.14
Hex9561E122390C108443f
Octal225141341427101441010477
Binary10010101110000111100001100010111001011001000010001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9561E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9561E1; }

 p { color: rgb(149,97,225); }

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

<style>
 a { background-color: #9561E1; }

 a { background-color: rgb(149,97,225); }

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

<style>
 span { border-color: #9561E1; }

 span { border-color: rgb(149,97,225); }

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