Html Css Color HEX #9365EB Medium Purple

📋 copy color: '#9365EB'

red 147 ◦ green 101 ◦ blue 235

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

Shades of Medium Purple #9365EB

Tints of Medium Purple #9365EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 30.43%
G = 20.91%
B = 48.65%

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

#9365EB (or 0x9365EB) is known color: Medium Purple. HEX triplet: 93, 65 and EB. RGB value is (147,101,235). Sum of RGB (Red+Green+Blue) = 147+101+235=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #9365EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9365EB is #6C9A14. Grayscale: #818181. Windows color (decimal): -7117333 or 15426963. OLE color: 15426963.

HSL color Cylindrical-coordinate representation of color #9365EB: hue angle of 260.6º degrees, saturation: 0.77, 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 #9365EB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 101 235 -
CMYK 0.37 0.57 0 0.08
HSL 260.6º 0.77% 0.66% -
HSV(B) 260.6º 0.57% 0.92% -
XYZ 31.68 21.51 81.08 -
YUV 130.03 187.24 140.1 -
System Red Green Blue C M Y K H S L
Decimal 147 101 235 0.37 0.57 0 0.08 260.6 0.77 0.66
Hex 93 65 EB 25 39 0 8 105 4D 42
Octal 223 145 353 45 71 0 10 405 115 102
Binary 10010011 1100101 11101011 100101 111001 0 1000 100000101 1001101 1000010

Color Harmonies of #9365EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365EB

Black with #9365EB

Text Example


Text Example

White with #9365EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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