Shades of Vivid Violet #8F3690
Tints of Vivid Violet #8F3690
RGB
CMYK
RGB Variations
Color information
#8F3690 (or 0x8F3690) is known color: Vivid Violet. HEX triplet: 8F, 36 and 90. RGB value is (143,54,144). Sum of RGB (Red+Green+Blue) = 143+54+144=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F3690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3690 is #70C96F. Grayscale: #5A5A5A. Windows color (decimal): -7391600 or 9451151. OLE color: 9451151.
HSL color Cylindrical-coordinate representation of color #8F3690: hue angle of 299.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F3690 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 54 | 144 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.44 |
| HSL | 299.33º | 0.45% | 0.39% | - |
| HSV(B) | 299.33º | 0.63% | 0.56% | - |
| XYZ | 17.68 | 10.49 | 27.48 | - |
| YUV | 90.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 144 | 0.01 | 0.63 | 0 | 0.44 | 299.33 | 0.45 | 0.39 |
| Hex | 8F | 36 | 90 | 1 | 3F | 0 | 2C | 12B | 2D | 27 |
| Octal | 217 | 66 | 220 | 1 | 77 | 0 | 54 | 453 | 55 | 47 |
| Binary | 10001111 | 110110 | 10010000 | 1 | 111111 | 0 | 101100 | 100101011 | 101101 | 100111 |
Color Harmonies of #8F3690
Complementary color
Monochromatic Colors of #8F3690
Black with #8F3690
Text Example
Text Example
White with #8F3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3690; }
p { color: rgb(143,54,144); }
H1.HeaderClassName
{
color: #8F3690;
}
.AnyTagClassName
{
color: #8F3690;
}
</style>
background-color css
<style>
a { background-color: #8F3690; }
a { background-color: rgb(143,54,144); }
div.DivClassName
{
background-color: #8F3690;
}
.BgClassName
{
background-color: #8F3690;
}
</style>
border-color css
<style>
span { border-color: #8F3690; }
span { border-color: rgb(143,54,144); }
td.TdClassName
{
border-color: #8F3690;
}
.TagClassName
{
border-color: #8F3690;
}
</style>