#8F74DE

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

Shades of Medium Purple #8F74DE

Tints of Medium Purple #8F74DE

Color information

#8F74DE (or 0x8F74DE) is unknown color: approx Medium Purple. HEX triplet: 8F, 74 and DE. RGB value is (143,116,222). Sum of RGB (Red+Green+Blue) = 143+116+222=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F74DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74DE is #708B21. Grayscale: #878787. Windows color (decimal): -7375650 or 14578831. OLE color: 14578831.

HSL color Cylindrical-coordinate representation of color #8F74DE: hue angle of 255.28º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F74DE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143116222-
CMYK0.360.4800.13
HSL255.28º61.63%66.27%-
HSV(B)255.28º47.75%87.06%-
XYZ30.7623.672.04-
YUV136.16176.45132.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.73%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=29.73%
G=24.12%
B=46.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431162220.360.4800.13255.2861.6366.27
Hex8F74DE24300Dff3e42
Octal217164336446001537776102
Binary1000111111101001101111010010011000001101111111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F74DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,116,222); }

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

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

 a { background-color: rgb(143,116,222); }

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

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

 span { border-color: rgb(143,116,222); }

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