#8767DD

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

Shades of Medium Purple #8767DD

Tints of Medium Purple #8767DD

Color information

#8767DD (or 0x8767DD) is unknown color: approx Medium Purple. HEX triplet: 87, 67 and DD. RGB value is (135,103,221). Sum of RGB (Red+Green+Blue) = 135+103+221=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #8767DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8767DD is #789822. Grayscale: #7D7D7D. Windows color (decimal): -7903267 or 14509959. OLE color: 14509959.

HSL color Cylindrical-coordinate representation of color #8767DD: hue angle of 256.27º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8767DD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135103221-
CMYK0.390.5300.13
HSL256.27º63.44%63.53%-
HSV(B)256.27º53.39%86.67%-
XYZ27.8920.0770.81-
YUV126.02181.6134.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.41%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=29.41%
G=22.44%
B=48.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351032210.390.5300.13256.2763.4463.53
Hex8767DD27350D1003f40
Octal207147335476501540077100
Binary10000111110011111011101100111110101011011000000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8767DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8767DD; }

 p { color: rgb(135,103,221); }

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

<style>
 a { background-color: #8767DD; }

 a { background-color: rgb(135,103,221); }

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

<style>
 span { border-color: #8767DD; }

 span { border-color: rgb(135,103,221); }

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