Shades of Vivid Violet #8025AD
Tints of Vivid Violet #8025AD
RGB
CMYK
RGB Variations
Color information
#8025AD (or 0x8025AD) is known color: Vivid Violet. HEX triplet: 80, 25 and AD. RGB value is (128,37,173). Sum of RGB (Red+Green+Blue) = 128+37+173=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #8025AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8025AD is #7FDA52. Grayscale: #4F4F4F. Windows color (decimal): -8378963 or 11347328. OLE color: 11347328.
HSL color Cylindrical-coordinate representation of color #8025AD: hue angle of 280.15º 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 #8025AD is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 37 | 173 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.32 |
| HSL | 280.15º | 0.65% | 0.41% | - |
| HSV(B) | 280.15º | 0.79% | 0.68% | - |
| XYZ | 17.11 | 8.93 | 40.36 | - |
| YUV | 79.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 173 | 0.26 | 0.79 | 0 | 0.32 | 280.15 | 0.65 | 0.41 |
| Hex | 80 | 25 | AD | 1A | 4F | 0 | 20 | 118 | 41 | 29 |
| Octal | 200 | 45 | 255 | 32 | 117 | 0 | 40 | 430 | 101 | 51 |
| Binary | 10000000 | 100101 | 10101101 | 11010 | 1001111 | 0 | 100000 | 100011000 | 1000001 | 101001 |
Color Harmonies of #8025AD
Complementary color
Monochromatic Colors of #8025AD
Black with #8025AD
Text Example
Text Example
White with #8025AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8025AD; }
p { color: rgb(128,37,173); }
H1.HeaderClassName
{
color: #8025AD;
}
.AnyTagClassName
{
color: #8025AD;
}
</style>
background-color css
<style>
a { background-color: #8025AD; }
a { background-color: rgb(128,37,173); }
div.DivClassName
{
background-color: #8025AD;
}
.BgClassName
{
background-color: #8025AD;
}
</style>
border-color css
<style>
span { border-color: #8025AD; }
span { border-color: rgb(128,37,173); }
td.TdClassName
{
border-color: #8025AD;
}
.TagClassName
{
border-color: #8025AD;
}
</style>