#8F83DC

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

Shades of Medium Purple #8F83DC

Tints of Medium Purple #8F83DC

Color information

#8F83DC (or 0x8F83DC) is unknown color: approx Medium Purple. HEX triplet: 8F, 83 and DC. RGB value is (143,131,220). Sum of RGB (Red+Green+Blue) = 143+131+220=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83DC is #707C23. Grayscale: #909090. Windows color (decimal): -7371812 or 14451599. OLE color: 14451599.

HSL color Cylindrical-coordinate representation of color #8F83DC: hue angle of 248.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F83DC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143131220-
CMYK0.350.4000.14
HSL248.09º55.97%68.82%-
HSV(B)248.09º40.45%86.27%-
XYZ32.3627.2471.26-
YUV144.73170.48126.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=28.95%
G=26.52%
B=44.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431312200.350.4000.14248.0955.9768.82
Hex8F83DC23280Ef83845
Octal217203334435001637070105
Binary10001111100000111101110010001110100001110111110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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