#8761DC

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

Shades of Medium Purple #8761DC

Tints of Medium Purple #8761DC

Color information

#8761DC (or 0x8761DC) is unknown color: approx Medium Purple. HEX triplet: 87, 61 and DC. RGB value is (135,97,220). Sum of RGB (Red+Green+Blue) = 135+97+220=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #8761DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8761DC is #789E23. Grayscale: #797979. Windows color (decimal): -7904804 or 14442887. OLE color: 14442887.

HSL color Cylindrical-coordinate representation of color #8761DC: hue angle of 258.54º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8761DC is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13597220-
CMYK0.390.5600.14
HSL258.54º63.73%62.16%-
HSV(B)258.54º55.91%86.27%-
XYZ27.1818.8769.92-
YUV122.38183.09137-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.87%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 220 (86.33% from 255) = 48.67%
R=29.87%
G=21.46%
B=48.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal135972200.390.5600.14258.5463.7362.16
Hex8761DC27380E103403e
Octal207141334477001640310076
Binary10000111110000111011100100111111000011101000000111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8761DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,97,220); }

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

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

 a { background-color: rgb(135,97,220); }

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

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

 span { border-color: rgb(135,97,220); }

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