#9458E5

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

Shades of Medium Purple #9458E5

Tints of Medium Purple #9458E5

Color information

#9458E5 (or 0x9458E5) is unknown color: approx Medium Purple. HEX triplet: 94, 58 and E5. RGB value is (148,88,229). Sum of RGB (Red+Green+Blue) = 148+88+229=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #9458E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458E5 is #6BA71A. Grayscale: #797979. Windows color (decimal): -7055131 or 15030420. OLE color: 15030420.

HSL color Cylindrical-coordinate representation of color #9458E5: hue angle of 265.53º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9458E5 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14888229-
CMYK0.350.6200.10
HSL265.53º73.06%62.16%-
HSV(B)265.53º61.57%89.8%-
XYZ29.8518.9376.21-
YUV122.01188.38146.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 88 (34.77% from 255) = 18.92%
BLUE value IS 229 (89.84% from 255) = 49.25%
R=31.83%
G=18.92%
B=49.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal148882290.350.6200.10265.5373.0662.16
Hex9458E5233E0A10a493e
Octal224130345437601241211176
Binary10010100101100011100101100011111110010101000010101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9458E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9458E5; }

 p { color: rgb(148,88,229); }

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

<style>
 a { background-color: #9458E5; }

 a { background-color: rgb(148,88,229); }

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

<style>
 span { border-color: #9458E5; }

 span { border-color: rgb(148,88,229); }

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