#8c64dc

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

Shades of Medium Purple #8C64DC

Tints of Medium Purple #8C64DC

Color information

#8C64DC (or 0x8C64DC) is unknown color: approx Medium Purple. HEX triplet: 8C, 64 and DC. RGB value is (140,100,220). Sum of RGB (Red+Green+Blue) = 140+100+220=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C64DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C64DC is #739B23. Grayscale: #7D7D7D. Windows color (decimal): -7576356 or 14443660. OLE color: 14443660.

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

Color convert

RGB140100220-
CMYK0.360.5500.14
HSL260º63.16%62.75%-
HSV(B)260º54.55%86.27%-
XYZ28.2919.8670.05-
YUV125.64181.25138.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.43%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=30.43%
G=21.74%
B=47.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401002200.360.5500.1426063.1662.75
Hex8C64DC24370E1043f3f
Octal21414433444670164047777
Binary1000110011001001101110010010011011101110100000100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c64dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c64dc; }

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

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

<style>
 a { background-color: #8c64dc; }

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

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

<style>
 span { border-color: #8c64dc; }

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

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