#8D67DC

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

Shades of Medium Purple #8D67DC

Tints of Medium Purple #8D67DC

Color information

#8D67DC (or 0x8D67DC) is unknown color: approx Medium Purple. HEX triplet: 8D, 67 and DC. RGB value is (141,103,220). Sum of RGB (Red+Green+Blue) = 141+103+220=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D67DC is #729823. Grayscale: #7F7F7F. Windows color (decimal): -7510052 or 14444429. OLE color: 14444429.

HSL color Cylindrical-coordinate representation of color #8D67DC: hue angle of 259.49º 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 #8D67DC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141103220-
CMYK0.360.5300.14
HSL259.49º62.57%63.33%-
HSV(B)259.49º53.18%86.27%-
XYZ28.7520.5370.16-
YUV127.7180.09137.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=30.39%
G=22.20%
B=47.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411032200.360.5300.14259.4962.5763.33
Hex8D67DC24350E1033f3f
Octal21514733444650164037777
Binary1000110111001111101110010010011010101110100000011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D67DC; }

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

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

<style>
 a { background-color: #8D67DC; }

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

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

<style>
 span { border-color: #8D67DC; }

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

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