Shades of Medium Purple #8F5ADC
Tints of Medium Purple #8F5ADC
RGB
CMYK
RGB Variations
Color information
#8F5ADC (or 0x8F5ADC) is known color: Medium Purple. HEX triplet: 8F, 5A and DC. RGB value is (143,90,220). Sum of RGB (Red+Green+Blue) = 143+90+220=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5ADC is #70A523. Grayscale: #787878. Windows color (decimal): -7382308 or 14441103. OLE color: 14441103.
HSL color Cylindrical-coordinate representation of color #8F5ADC: hue angle of 264.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F5ADC is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 90 | 220 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.14 |
| HSL | 264.46º | 0.65% | 0.61% | - |
| HSV(B) | 264.46º | 0.59% | 0.86% | - |
| XYZ | 27.9 | 18.32 | 69.78 | - |
| YUV | 120.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 220 | 0.35 | 0.59 | 0 | 0.14 | 264.46 | 0.65 | 0.61 |
| Hex | 8F | 5A | DC | 23 | 3B | 0 | E | 108 | 41 | 3D |
| Octal | 217 | 132 | 334 | 43 | 73 | 0 | 16 | 410 | 101 | 75 |
| Binary | 10001111 | 1011010 | 11011100 | 100011 | 111011 | 0 | 1110 | 100001000 | 1000001 | 111101 |
Color Harmonies of #8F5ADC
Complementary color
Monochromatic Colors of #8F5ADC
Black with #8F5ADC
Text Example
Text Example
White with #8F5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5ADC; }
p { color: rgb(143,90,220); }
H1.HeaderClassName
{
color: #8F5ADC;
}
.AnyTagClassName
{
color: #8F5ADC;
}
</style>
background-color css
<style>
a { background-color: #8F5ADC; }
a { background-color: rgb(143,90,220); }
div.DivClassName
{
background-color: #8F5ADC;
}
.BgClassName
{
background-color: #8F5ADC;
}
</style>
border-color css
<style>
span { border-color: #8F5ADC; }
span { border-color: rgb(143,90,220); }
td.TdClassName
{
border-color: #8F5ADC;
}
.TagClassName
{
border-color: #8F5ADC;
}
</style>