Shades of Vivid Violet #8F28A3
Tints of Vivid Violet #8F28A3
RGB
CMYK
RGB Variations
Color information
#8F28A3 (or 0x8F28A3) is known color: Vivid Violet. HEX triplet: 8F, 28 and A3. RGB value is (143,40,163). Sum of RGB (Red+Green+Blue) = 143+40+163=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F28A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F28A3 is #70D75C. Grayscale: #545454. Windows color (decimal): -7395165 or 10692751. OLE color: 10692751.
HSL color Cylindrical-coordinate representation of color #8F28A3: hue angle of 290.24º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F28A3 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 40 | 163 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.36 |
| HSL | 290.24º | 0.61% | 0.4% | - |
| HSV(B) | 290.24º | 0.75% | 0.64% | - |
| XYZ | 18.7 | 10 | 35.6 | - |
| YUV | 84.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 163 | 0.12 | 0.75 | 0 | 0.36 | 290.24 | 0.61 | 0.4 |
| Hex | 8F | 28 | A3 | C | 4B | 0 | 24 | 122 | 3D | 28 |
| Octal | 217 | 50 | 243 | 14 | 113 | 0 | 44 | 442 | 75 | 50 |
| Binary | 10001111 | 101000 | 10100011 | 1100 | 1001011 | 0 | 100100 | 100100010 | 111101 | 101000 |
Color Harmonies of #8F28A3
Complementary color
Monochromatic Colors of #8F28A3
Black with #8F28A3
Text Example
Text Example
White with #8F28A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F28A3; }
p { color: rgb(143,40,163); }
H1.HeaderClassName
{
color: #8F28A3;
}
.AnyTagClassName
{
color: #8F28A3;
}
</style>
background-color css
<style>
a { background-color: #8F28A3; }
a { background-color: rgb(143,40,163); }
div.DivClassName
{
background-color: #8F28A3;
}
.BgClassName
{
background-color: #8F28A3;
}
</style>
border-color css
<style>
span { border-color: #8F28A3; }
span { border-color: rgb(143,40,163); }
td.TdClassName
{
border-color: #8F28A3;
}
.TagClassName
{
border-color: #8F28A3;
}
</style>