Shades of Vivid Violet #8F3299
Tints of Vivid Violet #8F3299
RGB
CMYK
RGB Variations
Color information
#8F3299 (or 0x8F3299) is known color: Vivid Violet. HEX triplet: 8F, 32 and 99. RGB value is (143,50,153). Sum of RGB (Red+Green+Blue) = 143+50+153=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F3299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3299 is #70CD66. Grayscale: #595959. Windows color (decimal): -7392615 or 10039951. OLE color: 10039951.
HSL color Cylindrical-coordinate representation of color #8F3299: hue angle of 294.17º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F3299 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 50 | 153 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.4 |
| HSL | 294.17º | 0.51% | 0.4% | - |
| HSV(B) | 294.17º | 0.67% | 0.6% | - |
| XYZ | 18.22 | 10.42 | 31.19 | - |
| YUV | 89.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 153 | 0.07 | 0.67 | 0 | 0.4 | 294.17 | 0.51 | 0.4 |
| Hex | 8F | 32 | 99 | 7 | 43 | 0 | 28 | 126 | 33 | 28 |
| Octal | 217 | 62 | 231 | 7 | 103 | 0 | 50 | 446 | 63 | 50 |
| Binary | 10001111 | 110010 | 10011001 | 111 | 1000011 | 0 | 101000 | 100100110 | 110011 | 101000 |
Color Harmonies of #8F3299
Complementary color
Monochromatic Colors of #8F3299
Black with #8F3299
Text Example
Text Example
White with #8F3299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3299; }
p { color: rgb(143,50,153); }
H1.HeaderClassName
{
color: #8F3299;
}
.AnyTagClassName
{
color: #8F3299;
}
</style>
background-color css
<style>
a { background-color: #8F3299; }
a { background-color: rgb(143,50,153); }
div.DivClassName
{
background-color: #8F3299;
}
.BgClassName
{
background-color: #8F3299;
}
</style>
border-color css
<style>
span { border-color: #8F3299; }
span { border-color: rgb(143,50,153); }
td.TdClassName
{
border-color: #8F3299;
}
.TagClassName
{
border-color: #8F3299;
}
</style>