#9356E4

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

Shades of Medium Purple #9356E4

Tints of Medium Purple #9356E4

Color information

#9356E4 (or 0x9356E4) is unknown color: approx Medium Purple. HEX triplet: 93, 56 and E4. RGB value is (147,86,228). Sum of RGB (Red+Green+Blue) = 147+86+228=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #9356E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356E4 is #6CA91B. Grayscale: #777777. Windows color (decimal): -7121180 or 14964371. OLE color: 14964371.

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

Color convert

RGB14786228-
CMYK0.360.6200.11
HSL265.77º72.45%61.57%-
HSV(B)265.77º62.28%89.41%-
XYZ29.3618.4675.41-
YUV120.43188.71146.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 228 (89.45% from 255) = 49.46%
R=31.89%
G=18.66%
B=49.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal147862280.360.6200.11265.7772.4561.57
Hex9356E4243E0B10a483e
Octal223126344447601341211076
Binary10010011101011011100100100100111110010111000010101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9356E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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