#8463D5

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

Shades of Medium Purple #8463D5

Tints of Medium Purple #8463D5

Color information

#8463D5 (or 0x8463D5) is unknown color: approx Medium Purple. HEX triplet: 84, 63 and D5. RGB value is (132,99,213). Sum of RGB (Red+Green+Blue) = 132+99+213=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #8463D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463D5 is #7B9C2A. Grayscale: #797979. Windows color (decimal): -8100907 or 13984644. OLE color: 13984644.

HSL color Cylindrical-coordinate representation of color #8463D5: hue angle of 257.37º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8463D5 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13299213-
CMYK0.380.5400.16
HSL257.37º57.58%61.18%-
HSV(B)257.37º53.52%83.53%-
XYZ25.9918.6365.18-
YUV121.86179.43135.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 213 (83.59% from 255) = 47.97%
R=29.73%
G=22.30%
B=47.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132992130.380.5400.16257.3757.5861.18
Hex8463D526360101013a3d
Octal20414332546660204017275
Binary10000100110001111010101100110110110010000100000001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8463D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8463D5; }

 p { color: rgb(132,99,213); }

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

<style>
 a { background-color: #8463D5; }

 a { background-color: rgb(132,99,213); }

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

<style>
 span { border-color: #8463D5; }

 span { border-color: rgb(132,99,213); }

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