Shades of Vivid Violet #8F2695
Tints of Vivid Violet #8F2695
RGB
CMYK
RGB Variations
Color information
#8F2695 (or 0x8F2695) is known color: Vivid Violet. HEX triplet: 8F, 26 and 95. RGB value is (143,38,149). Sum of RGB (Red+Green+Blue) = 143+38+149=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F2695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2695 is #70D96A. Grayscale: #515151. Windows color (decimal): -7395691 or 9774735. OLE color: 9774735.
HSL color Cylindrical-coordinate representation of color #8F2695: hue angle of 296.76º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2695 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 38 | 149 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.42 |
| HSL | 296.76º | 0.59% | 0.37% | - |
| HSV(B) | 296.76º | 0.74% | 0.58% | - |
| XYZ | 17.45 | 9.4 | 29.33 | - |
| YUV | 82.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 149 | 0.04 | 0.74 | 0 | 0.42 | 296.76 | 0.59 | 0.37 |
| Hex | 8F | 26 | 95 | 4 | 4A | 0 | 2A | 129 | 3B | 25 |
| Octal | 217 | 46 | 225 | 4 | 112 | 0 | 52 | 451 | 73 | 45 |
| Binary | 10001111 | 100110 | 10010101 | 100 | 1001010 | 0 | 101010 | 100101001 | 111011 | 100101 |
Color Harmonies of #8F2695
Complementary color
Monochromatic Colors of #8F2695
Black with #8F2695
Text Example
Text Example
White with #8F2695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2695; }
p { color: rgb(143,38,149); }
H1.HeaderClassName
{
color: #8F2695;
}
.AnyTagClassName
{
color: #8F2695;
}
</style>
background-color css
<style>
a { background-color: #8F2695; }
a { background-color: rgb(143,38,149); }
div.DivClassName
{
background-color: #8F2695;
}
.BgClassName
{
background-color: #8F2695;
}
</style>
border-color css
<style>
span { border-color: #8F2695; }
span { border-color: rgb(143,38,149); }
td.TdClassName
{
border-color: #8F2695;
}
.TagClassName
{
border-color: #8F2695;
}
</style>