Html Css Color HEX #9368EA Medium Purple

📋 copy color: '#9368EA'

red 147 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #9368EA

Tints of Medium Purple #9368EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 30.31%
G = 21.44%
B = 48.25%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9368EA (or 0x9368EA) is known color: Medium Purple. HEX triplet: 93, 68 and EA. RGB value is (147,104,234). Sum of RGB (Red+Green+Blue) = 147+104+234=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #9368EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9368EA is #6C9715. Grayscale: #838383. Windows color (decimal): -7116566 or 15362195. OLE color: 15362195.

HSL color Cylindrical-coordinate representation of color #9368EA: hue angle of 259.85º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9368EA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 104 234 -
CMYK 0.37 0.56 0 0.08
HSL 259.85º 0.76% 0.66% -
HSV(B) 259.85º 0.56% 0.92% -
XYZ 31.83 22.04 80.42 -
YUV 131.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 147 104 234 0.37 0.56 0 0.08 259.85 0.76 0.66
Hex 93 68 EA 25 38 0 8 104 4C 42
Octal 223 150 352 45 70 0 10 404 114 102
Binary 10010011 1101000 11101010 100101 111000 0 1000 100000100 1001100 1000010

Color Harmonies of #9368EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9368EA

Black with #9368EA

Text Example


Text Example

White with #9368EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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