Shades of Vivid Violet #8F2298
Tints of Vivid Violet #8F2298
RGB
CMYK
RGB Variations
Color information
#8F2298 (or 0x8F2298) is known color: Vivid Violet. HEX triplet: 8F, 22 and 98. RGB value is (143,34,152). Sum of RGB (Red+Green+Blue) = 143+34+152=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F2298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2298 is #70DD67. Grayscale: #4F4F4F. Windows color (decimal): -7396712 or 9970319. OLE color: 9970319.
HSL color Cylindrical-coordinate representation of color #8F2298: hue angle of 295.42º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2298 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 34 | 152 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.40 |
| HSL | 295.42º | 0.63% | 0.36% | - |
| HSV(B) | 295.42º | 0.78% | 0.6% | - |
| XYZ | 17.57 | 9.25 | 30.57 | - |
| YUV | 80.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 152 | 0.06 | 0.78 | 0 | 0.40 | 295.42 | 0.63 | 0.36 |
| Hex | 8F | 22 | 98 | 6 | 4E | 0 | 28 | 127 | 3F | 24 |
| Octal | 217 | 42 | 230 | 6 | 116 | 0 | 50 | 447 | 77 | 44 |
| Binary | 10001111 | 100010 | 10011000 | 110 | 1001110 | 0 | 101000 | 100100111 | 111111 | 100100 |
Color Harmonies of #8F2298
Complementary color
Monochromatic Colors of #8F2298
Black with #8F2298
Text Example
Text Example
White with #8F2298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2298; }
p { color: rgb(143,34,152); }
H1.HeaderClassName
{
color: #8F2298;
}
.AnyTagClassName
{
color: #8F2298;
}
</style>
background-color css
<style>
a { background-color: #8F2298; }
a { background-color: rgb(143,34,152); }
div.DivClassName
{
background-color: #8F2298;
}
.BgClassName
{
background-color: #8F2298;
}
</style>
border-color css
<style>
span { border-color: #8F2298; }
span { border-color: rgb(143,34,152); }
td.TdClassName
{
border-color: #8F2298;
}
.TagClassName
{
border-color: #8F2298;
}
</style>