Shades of Vivid Violet #8F418A
Tints of Vivid Violet #8F418A
RGB
CMYK
RGB Variations
Color information
#8F418A (or 0x8F418A) is known color: Vivid Violet. HEX triplet: 8F, 41 and 8A. RGB value is (143,65,138). Sum of RGB (Red+Green+Blue) = 143+65+138=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F418A is #70BE75. Grayscale: #606060. Windows color (decimal): -7388790 or 9060751. OLE color: 9060751.
HSL color Cylindrical-coordinate representation of color #8F418A: hue angle of 303.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F418A is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 138 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.44 |
| HSL | 303.85º | 0.38% | 0.41% | - |
| HSV(B) | 303.85º | 0.55% | 0.56% | - |
| XYZ | 17.81 | 11.46 | 25.32 | - |
| YUV | 96.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 138 | 0 | 0.55 | 0.03 | 0.44 | 303.85 | 0.38 | 0.41 |
| Hex | 8F | 41 | 8A | 0 | 37 | 3 | 2C | 130 | 26 | 29 |
| Octal | 217 | 101 | 212 | 0 | 67 | 3 | 54 | 460 | 46 | 51 |
| Binary | 10001111 | 1000001 | 10001010 | 0 | 110111 | 11 | 101100 | 100110000 | 100110 | 101001 |
Color Harmonies of #8F418A
Complementary color
Monochromatic Colors of #8F418A
Black with #8F418A
Text Example
Text Example
White with #8F418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F418A; }
p { color: rgb(143,65,138); }
H1.HeaderClassName
{
color: #8F418A;
}
.AnyTagClassName
{
color: #8F418A;
}
</style>
background-color css
<style>
a { background-color: #8F418A; }
a { background-color: rgb(143,65,138); }
div.DivClassName
{
background-color: #8F418A;
}
.BgClassName
{
background-color: #8F418A;
}
</style>
border-color css
<style>
span { border-color: #8F418A; }
span { border-color: rgb(143,65,138); }
td.TdClassName
{
border-color: #8F418A;
}
.TagClassName
{
border-color: #8F418A;
}
</style>