#8F76DC

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

Shades of Medium Purple #8F76DC

Tints of Medium Purple #8F76DC

Color information

#8F76DC (or 0x8F76DC) is unknown color: approx Medium Purple. HEX triplet: 8F, 76 and DC. RGB value is (143,118,220). Sum of RGB (Red+Green+Blue) = 143+118+220=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76DC is #708923. Grayscale: #888888. Windows color (decimal): -7375140 or 14448271. OLE color: 14448271.

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

Color convert

RGB143118220-
CMYK0.350.4600.14
HSL254.71º59.3%66.27%-
HSV(B)254.71º46.36%86.27%-
XYZ30.7223.9670.72-
YUV137.1174.78132.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.73%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=29.73%
G=24.53%
B=45.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431182200.350.4600.14254.7159.366.27
Hex8F76DC232E0Eff3b42
Octal217166334435601637773102
Binary1000111111101101101110010001110111001110111111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F76DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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