Shades of Vivid Violet #8C25AD
Tints of Vivid Violet #8C25AD
RGB
CMYK
RGB Variations
Color information
#8C25AD (or 0x8C25AD) is known color: Vivid Violet. HEX triplet: 8C, 25 and AD. RGB value is (140,37,173). Sum of RGB (Red+Green+Blue) = 140+37+173=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C25AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C25AD is #73DA52. Grayscale: #525252. Windows color (decimal): -7592531 or 11347340. OLE color: 11347340.
HSL color Cylindrical-coordinate representation of color #8C25AD: hue angle of 285.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C25AD is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 37 | 173 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.32 |
| HSL | 285.44º | 0.65% | 0.41% | - |
| HSV(B) | 285.44º | 0.79% | 0.68% | - |
| XYZ | 19.02 | 9.92 | 40.45 | - |
| YUV | 83.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 173 | 0.19 | 0.79 | 0 | 0.32 | 285.44 | 0.65 | 0.41 |
| Hex | 8C | 25 | AD | 13 | 4F | 0 | 20 | 11D | 41 | 29 |
| Octal | 214 | 45 | 255 | 23 | 117 | 0 | 40 | 435 | 101 | 51 |
| Binary | 10001100 | 100101 | 10101101 | 10011 | 1001111 | 0 | 100000 | 100011101 | 1000001 | 101001 |
Color Harmonies of #8C25AD
Complementary color
Monochromatic Colors of #8C25AD
Black with #8C25AD
Text Example
Text Example
White with #8C25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C25AD; }
p { color: rgb(140,37,173); }
H1.HeaderClassName
{
color: #8C25AD;
}
.AnyTagClassName
{
color: #8C25AD;
}
</style>
background-color css
<style>
a { background-color: #8C25AD; }
a { background-color: rgb(140,37,173); }
div.DivClassName
{
background-color: #8C25AD;
}
.BgClassName
{
background-color: #8C25AD;
}
</style>
border-color css
<style>
span { border-color: #8C25AD; }
span { border-color: rgb(140,37,173); }
td.TdClassName
{
border-color: #8C25AD;
}
.TagClassName
{
border-color: #8C25AD;
}
</style>