#8460D9

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

Shades of Medium Purple #8460D9

Tints of Medium Purple #8460D9

Color information

#8460D9 (or 0x8460D9) is unknown color: approx Medium Purple. HEX triplet: 84, 60 and D9. RGB value is (132,96,217). Sum of RGB (Red+Green+Blue) = 132+96+217=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #8460D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460D9 is #7B9F26. Grayscale: #787878. Windows color (decimal): -8101671 or 14246020. OLE color: 14246020.

HSL color Cylindrical-coordinate representation of color #8460D9: hue angle of 257.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8460D9 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13296217-
CMYK0.390.5600.15
HSL257.85º61.42%61.37%-
HSV(B)257.85º55.76%85.1%-
XYZ26.2218.2867.79-
YUV120.56182.43136.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=29.66%
G=21.57%
B=48.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132962170.390.5600.15257.8561.4261.37
Hex8460D927380F1023d3d
Octal20414033147700174027575
Binary1000010011000001101100110011111100001111100000010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8460D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8460D9; }

 p { color: rgb(132,96,217); }

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

<style>
 a { background-color: #8460D9; }

 a { background-color: rgb(132,96,217); }

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

<style>
 span { border-color: #8460D9; }

 span { border-color: rgb(132,96,217); }

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