Html Css Color HEX #9356EE Medium Purple

📋 copy color: '#9356EE'

red 147 ◦ green 86 ◦ blue 238

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

Shades of Medium Purple #9356EE

Tints of Medium Purple #9356EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 31.21%
G = 18.26%
B = 50.53%

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

#9356EE (or 0x9356EE) is known color: Medium Purple. HEX triplet: 93, 56 and EE. RGB value is (147,86,238). Sum of RGB (Red+Green+Blue) = 147+86+238=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #9356EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9356EE is #6CA911. Grayscale: #797979. Windows color (decimal): -7121170 or 15619731. OLE color: 15619731.

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

Color convert

RGB 147 86 238 -
CMYK 0.38 0.64 0 0.07
HSL 264.08º 0.82% 0.64% -
HSV(B) 264.08º 0.64% 0.93% -
XYZ 30.79 19.03 82.94 -
YUV 121.57 193.71 146.14 -
System Red Green Blue C M Y K H S L
Decimal 147 86 238 0.38 0.64 0 0.07 264.08 0.82 0.64
Hex 93 56 EE 26 40 0 7 108 52 40
Octal 223 126 356 46 100 0 7 410 122 100
Binary 10010011 1010110 11101110 100110 1000000 0 111 100001000 1010010 1000000

Color Harmonies of #9356EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9356EE

Black with #9356EE

Text Example


Text Example

White with #9356EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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