#9358F0

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

Shades of Medium Purple #9358F0

Tints of Medium Purple #9358F0

Color information

#9358F0 (or 0x9358F0) is unknown color: approx Medium Purple. HEX triplet: 93, 58 and F0. RGB value is (147,88,240). Sum of RGB (Red+Green+Blue) = 147+88+240=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #9358F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9358F0 is #6CA70F. Grayscale: #7A7A7A. Windows color (decimal): -7120656 or 15751315. OLE color: 15751315.

HSL color Cylindrical-coordinate representation of color #9358F0: hue angle of 263.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9358F0 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14788240-
CMYK0.390.6300.06
HSL263.29º83.52%64.31%-
HSV(B)263.29º63.33%94.12%-
XYZ31.2519.4784.55-
YUV122.97194.05145.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 240 (94.14% from 255) = 50.53%
R=30.95%
G=18.53%
B=50.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal147882400.390.6300.06263.2983.5264.31
Hex9358F0273F061075440
Octal223130360477706407124100
Binary10010011101100011110000100111111111011010000011110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9358F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9358F0; }

 p { color: rgb(147,88,240); }

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

<style>
 a { background-color: #9358F0; }

 a { background-color: rgb(147,88,240); }

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

<style>
 span { border-color: #9358F0; }

 span { border-color: rgb(147,88,240); }

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