Shades of Vivid Violet #8F449B
Tints of Vivid Violet #8F449B
RGB
CMYK
RGB Variations
Color information
#8F449B (or 0x8F449B) is known color: Vivid Violet. HEX triplet: 8F, 44 and 9B. RGB value is (143,68,155). Sum of RGB (Red+Green+Blue) = 143+68+155=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F449B is #70BB64. Grayscale: #646464. Windows color (decimal): -7388005 or 10175631. OLE color: 10175631.
HSL color Cylindrical-coordinate representation of color #8F449B: hue angle of 291.72º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F449B is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 68 | 155 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.39 |
| HSL | 291.72º | 0.39% | 0.44% | - |
| HSV(B) | 291.72º | 0.56% | 0.61% | - |
| XYZ | 19.31 | 12.34 | 32.37 | - |
| YUV | 100.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 155 | 0.08 | 0.56 | 0 | 0.39 | 291.72 | 0.39 | 0.44 |
| Hex | 8F | 44 | 9B | 8 | 38 | 0 | 27 | 124 | 27 | 2C |
| Octal | 217 | 104 | 233 | 10 | 70 | 0 | 47 | 444 | 47 | 54 |
| Binary | 10001111 | 1000100 | 10011011 | 1000 | 111000 | 0 | 100111 | 100100100 | 100111 | 101100 |
Color Harmonies of #8F449B
Complementary color
Monochromatic Colors of #8F449B
Black with #8F449B
Text Example
Text Example
White with #8F449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F449B; }
p { color: rgb(143,68,155); }
H1.HeaderClassName
{
color: #8F449B;
}
.AnyTagClassName
{
color: #8F449B;
}
</style>
background-color css
<style>
a { background-color: #8F449B; }
a { background-color: rgb(143,68,155); }
div.DivClassName
{
background-color: #8F449B;
}
.BgClassName
{
background-color: #8F449B;
}
</style>
border-color css
<style>
span { border-color: #8F449B; }
span { border-color: rgb(143,68,155); }
td.TdClassName
{
border-color: #8F449B;
}
.TagClassName
{
border-color: #8F449B;
}
</style>