Html Css Color HEX #9355EC Medium Purple

📋 copy color: '#9355EC'

red 147 ◦ green 85 ◦ blue 236

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

Shades of Medium Purple #9355EC

Tints of Medium Purple #9355EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.16%

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 31.41%
G = 18.16%
B = 50.43%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9355EC (or 0x9355EC) is known color: Medium Purple. HEX triplet: 93, 55 and EC. RGB value is (147,85,236). Sum of RGB (Red+Green+Blue) = 147+85+236=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #9355EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9355EC is #6CAA13. Grayscale: #787878. Windows color (decimal): -7121428 or 15488403. OLE color: 15488403.

HSL color Cylindrical-coordinate representation of color #9355EC: hue angle of 264.64º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9355EC is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 85 236 -
CMYK 0.38 0.64 0 0.07
HSL 264.64º 0.8% 0.63% -
HSV(B) 264.64º 0.64% 0.93% -
XYZ 30.42 18.76 81.37 -
YUV 120.75 193.04 146.72 -
System Red Green Blue C M Y K H S L
Decimal 147 85 236 0.38 0.64 0 0.07 264.64 0.8 0.63
Hex 93 55 EC 26 40 0 7 109 50 3F
Octal 223 125 354 46 100 0 7 411 120 77
Binary 10010011 1010101 11101100 100110 1000000 0 111 100001001 1010000 111111

Color Harmonies of #9355EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9355EC

Black with #9355EC

Text Example


Text Example

White with #9355EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9355EC; }

 p { color: rgb(147,85,236); }

 H1.HeaderClassName
 {
   color: #9355EC;
 }
 .AnyTagClassName
 {
   color: #9355EC;
 }
</style>

background-color css

<style>
 a { background-color: #9355EC; }

 a { background-color: rgb(147,85,236); }

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

border-color css

<style>
 span { border-color: #9355EC; }

 span { border-color: rgb(147,85,236); }

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