#8767DC

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

Shades of Medium Purple #8767DC

Tints of Medium Purple #8767DC

Color information

#8767DC (or 0x8767DC) is unknown color: approx Medium Purple. HEX triplet: 87, 67 and DC. RGB value is (135,103,220). Sum of RGB (Red+Green+Blue) = 135+103+220=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #8767DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8767DC is #789823. Grayscale: #7D7D7D. Windows color (decimal): -7903268 or 14444423. OLE color: 14444423.

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

Color convert

RGB135103220-
CMYK0.390.5300.14
HSL256.41º62.57%63.33%-
HSV(B)256.41º53.18%86.27%-
XYZ27.7620.0270.11-
YUV125.91181.1134.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.48%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=29.48%
G=22.49%
B=48.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351032200.390.5300.14256.4162.5763.33
Hex8767DC27350E1003f3f
Octal20714733447650164007777
Binary1000011111001111101110010011111010101110100000000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8767DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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