Shades of Vivid Violet #8F239C
Tints of Vivid Violet #8F239C
RGB
CMYK
RGB Variations
Color information
#8F239C (or 0x8F239C) is known color: Vivid Violet. HEX triplet: 8F, 23 and 9C. RGB value is (143,35,156). Sum of RGB (Red+Green+Blue) = 143+35+156=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F239C is #70DC63. Grayscale: #505050. Windows color (decimal): -7396452 or 10232719. OLE color: 10232719.
HSL color Cylindrical-coordinate representation of color #8F239C: hue angle of 293.55º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F239C is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 35 | 156 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.39 |
| HSL | 293.55º | 0.63% | 0.37% | - |
| HSV(B) | 293.55º | 0.78% | 0.61% | - |
| XYZ | 17.93 | 9.44 | 32.33 | - |
| YUV | 81.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 156 | 0.08 | 0.78 | 0 | 0.39 | 293.55 | 0.63 | 0.37 |
| Hex | 8F | 23 | 9C | 8 | 4E | 0 | 27 | 126 | 3F | 25 |
| Octal | 217 | 43 | 234 | 10 | 116 | 0 | 47 | 446 | 77 | 45 |
| Binary | 10001111 | 100011 | 10011100 | 1000 | 1001110 | 0 | 100111 | 100100110 | 111111 | 100101 |
Color Harmonies of #8F239C
Complementary color
Monochromatic Colors of #8F239C
Black with #8F239C
Text Example
Text Example
White with #8F239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F239C; }
p { color: rgb(143,35,156); }
H1.HeaderClassName
{
color: #8F239C;
}
.AnyTagClassName
{
color: #8F239C;
}
</style>
background-color css
<style>
a { background-color: #8F239C; }
a { background-color: rgb(143,35,156); }
div.DivClassName
{
background-color: #8F239C;
}
.BgClassName
{
background-color: #8F239C;
}
</style>
border-color css
<style>
span { border-color: #8F239C; }
span { border-color: rgb(143,35,156); }
td.TdClassName
{
border-color: #8F239C;
}
.TagClassName
{
border-color: #8F239C;
}
</style>