#9461E1

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

Shades of Medium Purple #9461E1

Tints of Medium Purple #9461E1

Color information

#9461E1 (or 0x9461E1) is unknown color: approx Medium Purple. HEX triplet: 94, 61 and E1. RGB value is (148,97,225). Sum of RGB (Red+Green+Blue) = 148+97+225=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #9461E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461E1 is #6B9E1E. Grayscale: #7E7E7E. Windows color (decimal): -7052831 or 14770580. OLE color: 14770580.

HSL color Cylindrical-coordinate representation of color #9461E1: hue angle of 263.91º 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 #9461E1 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14897225-
CMYK0.340.5700.12
HSL263.91º68.09%63.14%-
HSV(B)263.91º56.89%88.24%-
XYZ30.0820.2873.56-
YUV126.84183.4143.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 225 (88.28% from 255) = 47.87%
R=31.49%
G=20.64%
B=47.87%

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
Decimal148972250.340.5700.12263.9168.0963.14
Hex9461E122390C108443f
Octal224141341427101441010477
Binary10010100110000111100001100010111001011001000010001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9461E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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