Html Css Color HEX #9563DC Medium Purple

📋 copy color: '#9563DC'

red 149 ◦ green 99 ◦ blue 220

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

Shades of Medium Purple #9563DC

Tints of Medium Purple #9563DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 31.84%
G = 21.15%
B = 47.01%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9563DC (or 0x9563DC) is known color: Medium Purple. HEX triplet: 95, 63 and DC. RGB value is (149,99,220). Sum of RGB (Red+Green+Blue) = 149+99+220=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #9563DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563DC is #6A9C23. Grayscale: #7F7F7F. Windows color (decimal): -6986788 or 14443413. OLE color: 14443413.

HSL color Cylindrical-coordinate representation of color #9563DC: hue angle of 264.79º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9563DC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 99 220 -
CMYK 0.32 0.55 0 0.14
HSL 264.79º 0.63% 0.63% -
HSV(B) 264.79º 0.55% 0.86% -
XYZ 29.77 20.48 70.09 -
YUV 127.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 149 99 220 0.32 0.55 0 0.14 264.79 0.63 0.63
Hex 95 63 DC 20 37 0 E 109 3F 3F
Octal 225 143 334 40 67 0 16 411 77 77
Binary 10010101 1100011 11011100 100000 110111 0 1110 100001001 111111 111111

Color Harmonies of #9563DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563DC

Black with #9563DC

Text Example


Text Example

White with #9563DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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