#8F73DC

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

Shades of Medium Purple #8F73DC

Tints of Medium Purple #8F73DC

Color information

#8F73DC (or 0x8F73DC) is unknown color: approx Medium Purple. HEX triplet: 8F, 73 and DC. RGB value is (143,115,220). Sum of RGB (Red+Green+Blue) = 143+115+220=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F73DC is #708C23. Grayscale: #868686. Windows color (decimal): -7375908 or 14447503. OLE color: 14447503.

HSL color Cylindrical-coordinate representation of color #8F73DC: hue angle of 256º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F73DC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143115220-
CMYK0.350.4800.14
HSL256º60%65.69%-
HSV(B)256º47.73%86.27%-
XYZ30.3823.2770.6-
YUV135.34175.78133.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=29.92%
G=24.06%
B=46.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431152200.350.4800.142566065.69
Hex8F73DC23300E1003c42
Octal217163334436001640074102
Binary10001111111001111011100100011110000011101000000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F73DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,115,220); }

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

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

 a { background-color: rgb(143,115,220); }

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

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

 span { border-color: rgb(143,115,220); }

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