Shades of Vivid Violet #8F269A
Tints of Vivid Violet #8F269A
RGB
CMYK
RGB Variations
Color information
#8F269A (or 0x8F269A) is known color: Vivid Violet. HEX triplet: 8F, 26 and 9A. RGB value is (143,38,154). Sum of RGB (Red+Green+Blue) = 143+38+154=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F269A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F269A is #70D965. Grayscale: #525252. Windows color (decimal): -7395686 or 10102415. OLE color: 10102415.
HSL color Cylindrical-coordinate representation of color #8F269A: hue angle of 294.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F269A is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 38 | 154 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.40 |
| HSL | 294.31º | 0.6% | 0.38% | - |
| HSV(B) | 294.31º | 0.75% | 0.6% | - |
| XYZ | 17.85 | 9.56 | 31.48 | - |
| YUV | 82.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 154 | 0.07 | 0.75 | 0 | 0.40 | 294.31 | 0.6 | 0.38 |
| Hex | 8F | 26 | 9A | 7 | 4B | 0 | 28 | 126 | 3C | 26 |
| Octal | 217 | 46 | 232 | 7 | 113 | 0 | 50 | 446 | 74 | 46 |
| Binary | 10001111 | 100110 | 10011010 | 111 | 1001011 | 0 | 101000 | 100100110 | 111100 | 100110 |
Color Harmonies of #8F269A
Complementary color
Monochromatic Colors of #8F269A
Black with #8F269A
Text Example
Text Example
White with #8F269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F269A; }
p { color: rgb(143,38,154); }
H1.HeaderClassName
{
color: #8F269A;
}
.AnyTagClassName
{
color: #8F269A;
}
</style>
background-color css
<style>
a { background-color: #8F269A; }
a { background-color: rgb(143,38,154); }
div.DivClassName
{
background-color: #8F269A;
}
.BgClassName
{
background-color: #8F269A;
}
</style>
border-color css
<style>
span { border-color: #8F269A; }
span { border-color: rgb(143,38,154); }
td.TdClassName
{
border-color: #8F269A;
}
.TagClassName
{
border-color: #8F269A;
}
</style>