#9564DC

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

Shades of Medium Purple #9564DC

Tints of Medium Purple #9564DC

Color information

#9564DC (or 0x9564DC) is unknown color: approx Medium Purple. HEX triplet: 95, 64 and DC. RGB value is (149,100,220). Sum of RGB (Red+Green+Blue) = 149+100+220=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9564DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564DC is #6A9B23. Grayscale: #7F7F7F. Windows color (decimal): -6986532 or 14443669. OLE color: 14443669.

HSL color Cylindrical-coordinate representation of color #9564DC: hue angle of 264.5º 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 #9564DC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149100220-
CMYK0.320.5500.14
HSL264.5º63.16%62.75%-
HSV(B)264.5º54.55%86.27%-
XYZ29.8720.6770.13-
YUV128.33179.73142.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=31.77%
G=21.32%
B=46.91%

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
Decimal1491002200.320.5500.14264.563.1662.75
Hex9564DC20370E1083f3f
Octal22514433440670164107777
Binary1001010111001001101110010000011011101110100001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9564DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9564DC;
 }
 .AnyTagClassName
 {
   color: #9564DC;
 }
</style>
background-color css

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

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

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

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

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

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