Html Css Color HEX #9563EA Medium Purple

📋 copy color: '#9563EA'

red 149 ◦ green 99 ◦ blue 234

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

Shades of Medium Purple #9563EA

Tints of Medium Purple #9563EA

RGB

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

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

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

R = 30.91%
G = 20.54%
B = 48.55%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9563EA (or 0x9563EA) is known color: Medium Purple. HEX triplet: 95, 63 and EA. RGB value is (149,99,234). Sum of RGB (Red+Green+Blue) = 149+99+234=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 99 (39.06% from 255 or 20.54% 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 #9563EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9563EA is #6A9C15. Grayscale: #808080. Windows color (decimal): -6986774 or 15360917. OLE color: 15360917.

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

Color convert

RGB 149 99 234 -
CMYK 0.36 0.58 0 0.08
HSL 262.22º 0.76% 0.65% -
HSV(B) 262.22º 0.58% 0.92% -
XYZ 31.71 21.25 80.27 -
YUV 129.34 187.07 142.02 -
System Red Green Blue C M Y K H S L
Decimal 149 99 234 0.36 0.58 0 0.08 262.22 0.76 0.65
Hex 95 63 EA 24 3A 0 8 106 4C 41
Octal 225 143 352 44 72 0 10 406 114 101
Binary 10010101 1100011 11101010 100100 111010 0 1000 100000110 1001100 1000001

Color Harmonies of #9563EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563EA

Black with #9563EA

Text Example


Text Example

White with #9563EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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