#9356e8

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

Shades of Medium Purple #9356E8

Tints of Medium Purple #9356E8

Color information

#9356E8 (or 0x9356E8) is unknown color: approx Medium Purple. HEX triplet: 93, 56 and E8. RGB value is (147,86,232). Sum of RGB (Red+Green+Blue) = 147+86+232=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #9356E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9356E8 is #6CA917. Grayscale: #787878. Windows color (decimal): -7121176 or 15226515. OLE color: 15226515.

HSL color Cylindrical-coordinate representation of color #9356E8: hue angle of 265.07º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9356E8 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14786232-
CMYK0.370.6300.09
HSL265.07º76.04%62.35%-
HSV(B)265.07º62.93%90.98%-
XYZ29.9318.6878.37-
YUV120.88190.71146.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 232 (91.02% from 255) = 49.89%
R=31.61%
G=18.49%
B=49.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal147862320.370.6300.09265.0776.0462.35
Hex9356E8253F091094c3e
Octal223126350457701141111476
Binary10010011101011011101000100101111111010011000010011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9356e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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