Html Css Color HEX #9356EA Medium Purple

📋 copy color: '#9356EA'

red 147 ◦ green 86 ◦ blue 234

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

Shades of Medium Purple #9356EA

Tints of Medium Purple #9356EA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.42%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 31.48%
G = 18.42%
B = 50.11%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9356EA (or 0x9356EA) is known color: Medium Purple. HEX triplet: 93, 56 and EA. RGB value is (147,86,234). Sum of RGB (Red+Green+Blue) = 147+86+234=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #9356EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9356EA is #6CA915. Grayscale: #787878. Windows color (decimal): -7121174 or 15357587. OLE color: 15357587.

HSL color Cylindrical-coordinate representation of color #9356EA: hue angle of 264.73º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9356EA is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 86 234 -
CMYK 0.37 0.63 0 0.08
HSL 264.73º 0.78% 0.63% -
HSV(B) 264.73º 0.63% 0.92% -
XYZ 30.21 18.8 79.88 -
YUV 121.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 147 86 234 0.37 0.63 0 0.08 264.73 0.78 0.63
Hex 93 56 EA 25 3F 0 8 109 4E 3F
Octal 223 126 352 45 77 0 10 411 116 77
Binary 10010011 1010110 11101010 100101 111111 0 1000 100001001 1001110 111111

Color Harmonies of #9356EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9356EA

Black with #9356EA

Text Example


Text Example

White with #9356EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9356EA;
 }
 .AnyTagClassName
 {
   color: #9356EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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