#9459E7

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

Shades of Medium Purple #9459E7

Tints of Medium Purple #9459E7

Color information

#9459E7 (or 0x9459E7) is unknown color: approx Medium Purple. HEX triplet: 94, 59 and E7. RGB value is (148,89,231). Sum of RGB (Red+Green+Blue) = 148+89+231=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #9459E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9459E7 is #6BA618. Grayscale: #7A7A7A. Windows color (decimal): -7054873 or 15161748. OLE color: 15161748.

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

Color convert

RGB14889231-
CMYK0.360.6100.09
HSL264.93º74.74%62.75%-
HSV(B)264.93º61.47%90.59%-
XYZ30.2119.2177.72-
YUV122.83189.05145.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 231 (90.62% from 255) = 49.36%
R=31.62%
G=19.02%
B=49.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal148892310.360.6100.09264.9374.7462.75
Hex9459E7243D091094b3f
Octal224131347447501141111377
Binary10010100101100111100111100100111101010011000010011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9459E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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