#9369E4

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

Shades of Medium Purple #9369E4

Tints of Medium Purple #9369E4

Color information

#9369E4 (or 0x9369E4) is unknown color: approx Medium Purple. HEX triplet: 93, 69 and E4. RGB value is (147,105,228). Sum of RGB (Red+Green+Blue) = 147+105+228=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #9369E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369E4 is #6C961B. Grayscale: #838383. Windows color (decimal): -7116316 or 14969235. OLE color: 14969235.

HSL color Cylindrical-coordinate representation of color #9369E4: hue angle of 260.49º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9369E4 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB147105228-
CMYK0.360.5400.11
HSL260.49º69.49%65.29%-
HSV(B)260.49º53.95%89.41%-
XYZ31.0921.9175.99-
YUV131.58182.41139-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.62%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 228 (89.45% from 255) = 47.5%
R=30.62%
G=21.88%
B=47.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1471052280.360.5400.11260.4969.4965.29
Hex9369E424360B1044541
Octal2231513444466013404105101
Binary100100111101001111001001001001101100101110000010010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9369E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9369E4; }

 p { color: rgb(147,105,228); }

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

<style>
 a { background-color: #9369E4; }

 a { background-color: rgb(147,105,228); }

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

<style>
 span { border-color: #9369E4; }

 span { border-color: rgb(147,105,228); }

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