#8364DC

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

Shades of Medium Purple #8364DC

Tints of Medium Purple #8364DC

Color information

#8364DC (or 0x8364DC) is unknown color: approx Medium Purple. HEX triplet: 83, 64 and DC. RGB value is (131,100,220). Sum of RGB (Red+Green+Blue) = 131+100+220=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #8364DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8364DC is #7C9B23. Grayscale: #7A7A7A. Windows color (decimal): -8166180 or 14443651. OLE color: 14443651.

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

Color convert

RGB131100220-
CMYK0.400.5500.14
HSL255.5º63.16%62.75%-
HSV(B)255.5º54.55%86.27%-
XYZ26.8419.1169.98-
YUV122.95182.77133.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.05%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 220 (86.33% from 255) = 48.78%
R=29.05%
G=22.17%
B=48.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311002200.400.5500.14255.563.1662.75
Hex8364DC28370E1003f3f
Octal20314433450670164007777
Binary1000001111001001101110010100011011101110100000000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8364DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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