Html Css Color HEX #9365EA Medium Purple

📋 copy color: '#9365EA'

red 147 ◦ green 101 ◦ blue 234

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

Shades of Medium Purple #9365EA

Tints of Medium Purple #9365EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.95%

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

R = 30.5%
G = 20.95%
B = 48.55%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9365EA (or 0x9365EA) is known color: Medium Purple. HEX triplet: 93, 65 and EA. RGB value is (147,101,234). Sum of RGB (Red+Green+Blue) = 147+101+234=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #9365EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9365EA is #6C9A15. Grayscale: #818181. Windows color (decimal): -7117334 or 15361427. OLE color: 15361427.

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

Color convert

RGB 147 101 234 -
CMYK 0.37 0.57 0 0.08
HSL 260.75º 0.76% 0.66% -
HSV(B) 260.75º 0.57% 0.92% -
XYZ 31.54 21.45 80.32 -
YUV 129.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 147 101 234 0.37 0.57 0 0.08 260.75 0.76 0.66
Hex 93 65 EA 25 39 0 8 105 4C 42
Octal 223 145 352 45 71 0 10 405 114 102
Binary 10010011 1100101 11101010 100101 111001 0 1000 100000101 1001100 1000010

Color Harmonies of #9365EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365EA

Black with #9365EA

Text Example


Text Example

White with #9365EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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