#9563DC

Color #9563DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9563DC

Tints of Medium Purple #9563DC

Color information

#9563DC (or 0x9563DC) is unknown color: approx 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

RGB14999220-
CMYK0.320.5500.14
HSL264.79º63.35%62.55%-
HSV(B)264.79º55%86.27%-
XYZ29.7720.4870.09-
YUV127.74180.06143.16-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal149992200.320.5500.14264.7963.3562.55
Hex9563DC20370E1093f3f
Octal22514333440670164117777
Binary1001010111000111101110010000011011101110100001001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9563DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>