Html Css Color HEX #9359E4 Medium Purple

📋 copy color: '#9359E4'

red 147 ◦ green 89 ◦ blue 228

#9359E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9359E4

Tints of Medium Purple #9359E4

RGB

 RED value IS 147 (57.81% from 255) = 31.68%

 GREEN value IS 89 (35.16% from 255) = 19.18%

 BLUE value IS 228 (89.45% from 255) = 49.14%

R = 31.68%
G = 19.18%
B = 49.14%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9359E4 (or 0x9359E4) is known color: Medium Purple. HEX triplet: 93, 59 and E4. RGB value is (147,89,228). Sum of RGB (Red+Green+Blue) = 147+89+228=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #9359E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359E4 is #6CA61B. Grayscale: #797979. Windows color (decimal): -7120412 or 14965139. OLE color: 14965139.

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

Color convert

RGB 147 89 228 -
CMYK 0.36 0.61 0 0.11
HSL 265.04º 0.72% 0.62% -
HSV(B) 265.04º 0.61% 0.89% -
XYZ 29.61 18.95 75.5 -
YUV 122.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 147 89 228 0.36 0.61 0 0.11 265.04 0.72 0.62
Hex 93 59 E4 24 3D 0 B 109 48 3E
Octal 223 131 344 44 75 0 13 411 110 76
Binary 10010011 1011001 11100100 100100 111101 0 1011 100001001 1001000 111110

Color Harmonies of #9359E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9359E4

Black with #9359E4

Text Example


Text Example

White with #9359E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9359E4;
 }
 .AnyTagClassName
 {
   color: #9359E4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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