Html Css Color HEX #9356EB Medium Purple

📋 copy color: '#9356EB'

red 147 ◦ green 86 ◦ blue 235

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

Shades of Medium Purple #9356EB

Tints of Medium Purple #9356EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 31.41%
G = 18.38%
B = 50.21%

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

#9356EB (or 0x9356EB) is known color: Medium Purple. HEX triplet: 93, 56 and EB. RGB value is (147,86,235). Sum of RGB (Red+Green+Blue) = 147+86+235=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #9356EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9356EB is #6CA914. Grayscale: #787878. Windows color (decimal): -7121173 or 15423123. OLE color: 15423123.

HSL color Cylindrical-coordinate representation of color #9356EB: hue angle of 264.56º degrees, saturation: 0.79, 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 #9356EB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 86 235 -
CMYK 0.37 0.63 0 0.08
HSL 264.56º 0.79% 0.63% -
HSV(B) 264.56º 0.63% 0.92% -
XYZ 30.36 18.86 80.64 -
YUV 121.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 147 86 235 0.37 0.63 0 0.08 264.56 0.79 0.63
Hex 93 56 EB 25 3F 0 8 109 4F 3F
Octal 223 126 353 45 77 0 10 411 117 77
Binary 10010011 1010110 11101011 100101 111111 0 1000 100001001 1001111 111111

Color Harmonies of #9356EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9356EB

Black with #9356EB

Text Example


Text Example

White with #9356EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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