#8660D7

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

Shades of Medium Purple #8660D7

Tints of Medium Purple #8660D7

Color information

#8660D7 (or 0x8660D7) is unknown color: approx Medium Purple. HEX triplet: 86, 60 and D7. RGB value is (134,96,215). Sum of RGB (Red+Green+Blue) = 134+96+215=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #8660D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660D7 is #799F28. Grayscale: #787878. Windows color (decimal): -7970601 or 14114950. OLE color: 14114950.

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

Color convert

RGB13496215-
CMYK0.380.5500.16
HSL259.16º59.8%60.98%-
HSV(B)259.16º55.35%84.31%-
XYZ26.2818.3466.44-
YUV120.93181.09137.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 215 (84.38% from 255) = 48.31%
R=30.11%
G=21.57%
B=48.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134962150.380.5500.16259.1659.860.98
Hex8660D726370101033c3d
Octal20614032746670204037475
Binary10000110110000011010111100110110111010000100000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8660D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8660D7; }

 p { color: rgb(134,96,215); }

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

<style>
 a { background-color: #8660D7; }

 a { background-color: rgb(134,96,215); }

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

<style>
 span { border-color: #8660D7; }

 span { border-color: rgb(134,96,215); }

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