#9459E9

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

Shades of Medium Purple #9459E9

Tints of Medium Purple #9459E9

Color information

#9459E9 (or 0x9459E9) is unknown color: approx Medium Purple. HEX triplet: 94, 59 and E9. RGB value is (148,89,233). Sum of RGB (Red+Green+Blue) = 148+89+233=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #9459E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9459E9 is #6BA616. Grayscale: #7A7A7A. Windows color (decimal): -7054871 or 15292820. OLE color: 15292820.

HSL color Cylindrical-coordinate representation of color #9459E9: hue angle of 264.58º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9459E9 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14889233-
CMYK0.360.6200.09
HSL264.58º76.6%63.14%-
HSV(B)264.58º61.8%91.37%-
XYZ30.4919.3279.21-
YUV123.06190.05145.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 89 (35.16% from 255) = 18.94%
BLUE value IS 233 (91.41% from 255) = 49.57%
R=31.49%
G=18.94%
B=49.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal148892330.360.6200.09264.5876.663.14
Hex9459E9243E091094d3f
Octal224131351447601141111577
Binary10010100101100111101001100100111110010011000010011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9459E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9459E9; }

 p { color: rgb(148,89,233); }

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

<style>
 a { background-color: #9459E9; }

 a { background-color: rgb(148,89,233); }

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

<style>
 span { border-color: #9459E9; }

 span { border-color: rgb(148,89,233); }

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