Shades of Vivid Violet #8F2693
Tints of Vivid Violet #8F2693
RGB
CMYK
RGB Variations
Color information
#8F2693 (or 0x8F2693) is known color: Vivid Violet. HEX triplet: 8F, 26 and 93. RGB value is (143,38,147). Sum of RGB (Red+Green+Blue) = 143+38+147=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F2693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2693 is #70D96C. Grayscale: #515151. Windows color (decimal): -7395693 or 9643663. OLE color: 9643663.
HSL color Cylindrical-coordinate representation of color #8F2693: hue angle of 297.8º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2693 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 38 | 147 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.42 |
| HSL | 297.8º | 0.59% | 0.36% | - |
| HSV(B) | 297.8º | 0.74% | 0.58% | - |
| XYZ | 17.29 | 9.33 | 28.49 | - |
| YUV | 81.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 147 | 0.03 | 0.74 | 0 | 0.42 | 297.8 | 0.59 | 0.36 |
| Hex | 8F | 26 | 93 | 3 | 4A | 0 | 2A | 12A | 3B | 24 |
| Octal | 217 | 46 | 223 | 3 | 112 | 0 | 52 | 452 | 73 | 44 |
| Binary | 10001111 | 100110 | 10010011 | 11 | 1001010 | 0 | 101010 | 100101010 | 111011 | 100100 |
Color Harmonies of #8F2693
Complementary color
Monochromatic Colors of #8F2693
Black with #8F2693
Text Example
Text Example
White with #8F2693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2693; }
p { color: rgb(143,38,147); }
H1.HeaderClassName
{
color: #8F2693;
}
.AnyTagClassName
{
color: #8F2693;
}
</style>
background-color css
<style>
a { background-color: #8F2693; }
a { background-color: rgb(143,38,147); }
div.DivClassName
{
background-color: #8F2693;
}
.BgClassName
{
background-color: #8F2693;
}
</style>
border-color css
<style>
span { border-color: #8F2693; }
span { border-color: rgb(143,38,147); }
td.TdClassName
{
border-color: #8F2693;
}
.TagClassName
{
border-color: #8F2693;
}
</style>