Html Css Color HEX #9369E5 Medium Purple

📋 copy color: '#9369E5'

red 147 ◦ green 105 ◦ blue 229

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

Shades of Medium Purple #9369E5

Tints of Medium Purple #9369E5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.83%

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 30.56%
G = 21.83%
B = 47.61%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9369E5 (or 0x9369E5) is known color: Medium Purple. HEX triplet: 93, 69 and E5. RGB value is (147,105,229). Sum of RGB (Red+Green+Blue) = 147+105+229=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #9369E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369E5 is #6C961A. Grayscale: #838383. Windows color (decimal): -7116315 or 15034771. OLE color: 15034771.

HSL color Cylindrical-coordinate representation of color #9369E5: hue angle of 260.32º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9369E5 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 105 229 -
CMYK 0.36 0.54 0 0.10
HSL 260.32º 0.7% 0.65% -
HSV(B) 260.32º 0.54% 0.9% -
XYZ 31.23 21.96 76.72 -
YUV 131.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 147 105 229 0.36 0.54 0 0.10 260.32 0.7 0.65
Hex 93 69 E5 24 36 0 A 104 46 41
Octal 223 151 345 44 66 0 12 404 106 101
Binary 10010011 1101001 11100101 100100 110110 0 1010 100000100 1000110 1000001

Color Harmonies of #9369E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9369E5

Black with #9369E5

Text Example


Text Example

White with #9369E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9369E5; }

 p { color: rgb(147,105,229); }

 H1.HeaderClassName
 {
   color: #9369E5;
 }
 .AnyTagClassName
 {
   color: #9369E5;
 }
</style>

background-color css

<style>
 a { background-color: #9369E5; }

 a { background-color: rgb(147,105,229); }

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

border-color css

<style>
 span { border-color: #9369E5; }

 span { border-color: rgb(147,105,229); }

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