Html Css Color HEX #9368E7 Medium Purple

📋 copy color: '#9368E7'

red 147 ◦ green 104 ◦ blue 231

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

Shades of Medium Purple #9368E7

Tints of Medium Purple #9368E7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.58%

 BLUE value IS 231 (90.63% from 255) = 47.93%

R = 30.5%
G = 21.58%
B = 47.93%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9368E7 (or 0x9368E7) is known color: Medium Purple. HEX triplet: 93, 68 and E7. RGB value is (147,104,231). Sum of RGB (Red+Green+Blue) = 147+104+231=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #9368E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9368E7 is #6C9718. Grayscale: #828282. Windows color (decimal): -7116569 or 15165587. OLE color: 15165587.

HSL color Cylindrical-coordinate representation of color #9368E7: hue angle of 260.31º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9368E7 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 104 231 -
CMYK 0.36 0.55 0 0.09
HSL 260.31º 0.73% 0.66% -
HSV(B) 260.31º 0.55% 0.91% -
XYZ 31.41 21.87 78.17 -
YUV 131.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 147 104 231 0.36 0.55 0 0.09 260.31 0.73 0.66
Hex 93 68 E7 24 37 0 9 104 49 42
Octal 223 150 347 44 67 0 11 404 111 102
Binary 10010011 1101000 11100111 100100 110111 0 1001 100000100 1001001 1000010

Color Harmonies of #9368E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9368E7

Black with #9368E7

Text Example


Text Example

White with #9368E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9368E7; }

 p { color: rgb(147,104,231); }

 H1.HeaderClassName
 {
   color: #9368E7;
 }
 .AnyTagClassName
 {
   color: #9368E7;
 }
</style>

background-color css

<style>
 a { background-color: #9368E7; }

 a { background-color: rgb(147,104,231); }

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

border-color css

<style>
 span { border-color: #9368E7; }

 span { border-color: rgb(147,104,231); }

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