Shades of Vivid Violet #8F239B
Tints of Vivid Violet #8F239B
RGB
CMYK
RGB Variations
Color information
#8F239B (or 0x8F239B) is known color: Vivid Violet. HEX triplet: 8F, 23 and 9B. RGB value is (143,35,155). Sum of RGB (Red+Green+Blue) = 143+35+155=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F239B is #70DC64. Grayscale: #505050. Windows color (decimal): -7396453 or 10167183. OLE color: 10167183.
HSL color Cylindrical-coordinate representation of color #8F239B: hue angle of 294º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F239B is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 35 | 155 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.39 |
| HSL | 294º | 0.63% | 0.37% | - |
| HSV(B) | 294º | 0.77% | 0.61% | - |
| XYZ | 17.85 | 9.41 | 31.89 | - |
| YUV | 80.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 155 | 0.08 | 0.77 | 0 | 0.39 | 294 | 0.63 | 0.37 |
| Hex | 8F | 23 | 9B | 8 | 4D | 0 | 27 | 126 | 3F | 25 |
| Octal | 217 | 43 | 233 | 10 | 115 | 0 | 47 | 446 | 77 | 45 |
| Binary | 10001111 | 100011 | 10011011 | 1000 | 1001101 | 0 | 100111 | 100100110 | 111111 | 100101 |
Color Harmonies of #8F239B
Complementary color
Monochromatic Colors of #8F239B
Black with #8F239B
Text Example
Text Example
White with #8F239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F239B; }
p { color: rgb(143,35,155); }
H1.HeaderClassName
{
color: #8F239B;
}
.AnyTagClassName
{
color: #8F239B;
}
</style>
background-color css
<style>
a { background-color: #8F239B; }
a { background-color: rgb(143,35,155); }
div.DivClassName
{
background-color: #8F239B;
}
.BgClassName
{
background-color: #8F239B;
}
</style>
border-color css
<style>
span { border-color: #8F239B; }
span { border-color: rgb(143,35,155); }
td.TdClassName
{
border-color: #8F239B;
}
.TagClassName
{
border-color: #8F239B;
}
</style>