Shades of Vivid Violet #8F388A
Tints of Vivid Violet #8F388A
RGB
CMYK
RGB Variations
Color information
#8F388A (or 0x8F388A) is known color: Vivid Violet. HEX triplet: 8F, 38 and 8A. RGB value is (143,56,138). Sum of RGB (Red+Green+Blue) = 143+56+138=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F388A is #70C775. Grayscale: #5B5B5B. Windows color (decimal): -7391094 or 9058447. OLE color: 9058447.
HSL color Cylindrical-coordinate representation of color #8F388A: hue angle of 303.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F388A is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 138 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.44 |
| HSL | 303.45º | 0.44% | 0.39% | - |
| HSV(B) | 303.45º | 0.61% | 0.56% | - |
| XYZ | 17.33 | 10.5 | 25.16 | - |
| YUV | 91.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 138 | 0 | 0.61 | 0.03 | 0.44 | 303.45 | 0.44 | 0.39 |
| Hex | 8F | 38 | 8A | 0 | 3D | 3 | 2C | 12F | 2C | 27 |
| Octal | 217 | 70 | 212 | 0 | 75 | 3 | 54 | 457 | 54 | 47 |
| Binary | 10001111 | 111000 | 10001010 | 0 | 111101 | 11 | 101100 | 100101111 | 101100 | 100111 |
Color Harmonies of #8F388A
Complementary color
Monochromatic Colors of #8F388A
Black with #8F388A
Text Example
Text Example
White with #8F388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F388A; }
p { color: rgb(143,56,138); }
H1.HeaderClassName
{
color: #8F388A;
}
.AnyTagClassName
{
color: #8F388A;
}
</style>
background-color css
<style>
a { background-color: #8F388A; }
a { background-color: rgb(143,56,138); }
div.DivClassName
{
background-color: #8F388A;
}
.BgClassName
{
background-color: #8F388A;
}
</style>
border-color css
<style>
span { border-color: #8F388A; }
span { border-color: rgb(143,56,138); }
td.TdClassName
{
border-color: #8F388A;
}
.TagClassName
{
border-color: #8F388A;
}
</style>