#9354E7

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

Shades of Medium Purple #9354E7

Tints of Medium Purple #9354E7

Color information

#9354E7 (or 0x9354E7) is unknown color: approx Medium Purple. HEX triplet: 93, 54 and E7. RGB value is (147,84,231). Sum of RGB (Red+Green+Blue) = 147+84+231=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #9354E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9354E7 is #6CAB18. Grayscale: #777777. Windows color (decimal): -7121689 or 15160467. OLE color: 15160467.

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

Color convert

RGB14784231-
CMYK0.360.6400.09
HSL265.71º75.38%61.76%-
HSV(B)265.71º63.64%90.59%-
XYZ29.6318.3177.57-
YUV119.6190.87147.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.82%
GREEN value IS 84 (33.20% from 255) = 18.18%
BLUE value IS 231 (90.62% from 255) = 50%
R=31.82%
G=18.18%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal147842310.360.6400.09265.7175.3861.76
Hex9354E724400910a4b3e
Octal2231243474410001141211376
Binary100100111010100111001111001001000000010011000010101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,84,231); }

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

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

 a { background-color: rgb(147,84,231); }

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

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

 span { border-color: rgb(147,84,231); }

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