Html Css Color HEX #9563EC Medium Purple

📋 copy color: '#9563EC'

red 149 ◦ green 99 ◦ blue 236

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

Shades of Medium Purple #9563EC

Tints of Medium Purple #9563EC

RGB

 RED value IS 149 (58.59% from 255) = 30.79%

 GREEN value IS 99 (39.06% from 255) = 20.45%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 30.79%
G = 20.45%
B = 48.76%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9563EC (or 0x9563EC) is known color: Medium Purple. HEX triplet: 95, 63 and EC. RGB value is (149,99,236). Sum of RGB (Red+Green+Blue) = 149+99+236=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #9563EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9563EC is #6A9C13. Grayscale: #818181. Windows color (decimal): -6986772 or 15491989. OLE color: 15491989.

HSL color Cylindrical-coordinate representation of color #9563EC: hue angle of 261.9º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9563EC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 99 236 -
CMYK 0.37 0.58 0 0.07
HSL 261.9º 0.78% 0.66% -
HSV(B) 261.9º 0.58% 0.93% -
XYZ 32 21.37 81.8 -
YUV 129.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 149 99 236 0.37 0.58 0 0.07 261.9 0.78 0.66
Hex 95 63 EC 25 3A 0 7 106 4E 42
Octal 225 143 354 45 72 0 7 406 116 102
Binary 10010101 1100011 11101100 100101 111010 0 111 100000110 1001110 1000010

Color Harmonies of #9563EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563EC

Black with #9563EC

Text Example


Text Example

White with #9563EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9563EC; }

 p { color: rgb(149,99,236); }

 H1.HeaderClassName
 {
   color: #9563EC;
 }
 .AnyTagClassName
 {
   color: #9563EC;
 }
</style>

background-color css

<style>
 a { background-color: #9563EC; }

 a { background-color: rgb(149,99,236); }

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

border-color css

<style>
 span { border-color: #9563EC; }

 span { border-color: rgb(149,99,236); }

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