Html Css Color HEX #9563EF Medium Purple

📋 copy color: '#9563EF'

red 149 ◦ green 99 ◦ blue 239

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

Shades of Medium Purple #9563EF

Tints of Medium Purple #9563EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 30.6%
G = 20.33%
B = 49.08%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9563EF (or 0x9563EF) is known color: Medium Purple. HEX triplet: 95, 63 and EF. RGB value is (149,99,239). Sum of RGB (Red+Green+Blue) = 149+99+239=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #9563EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9563EF is #6A9C10. Grayscale: #818181. Windows color (decimal): -6986769 or 15688597. OLE color: 15688597.

HSL color Cylindrical-coordinate representation of color #9563EF: hue angle of 261.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9563EF is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 99 239 -
CMYK 0.38 0.59 0 0.06
HSL 261.43º 0.81% 0.66% -
HSV(B) 261.43º 0.59% 0.94% -
XYZ 32.44 21.55 84.11 -
YUV 129.91 189.57 141.62 -
System Red Green Blue C M Y K H S L
Decimal 149 99 239 0.38 0.59 0 0.06 261.43 0.81 0.66
Hex 95 63 EF 26 3B 0 6 105 51 42
Octal 225 143 357 46 73 0 6 405 121 102
Binary 10010101 1100011 11101111 100110 111011 0 110 100000101 1010001 1000010

Color Harmonies of #9563EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563EF

Black with #9563EF

Text Example


Text Example

White with #9563EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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