Shades of Vivid Violet #8F389C
Tints of Vivid Violet #8F389C
RGB
CMYK
RGB Variations
Color information
#8F389C (or 0x8F389C) is known color: Vivid Violet. HEX triplet: 8F, 38 and 9C. RGB value is (143,56,156). Sum of RGB (Red+Green+Blue) = 143+56+156=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F389C is #70C763. Grayscale: #5D5D5D. Windows color (decimal): -7391076 or 10238095. OLE color: 10238095.
HSL color Cylindrical-coordinate representation of color #8F389C: hue angle of 292.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F389C is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 56 | 156 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.39 |
| HSL | 292.2º | 0.47% | 0.42% | - |
| HSV(B) | 292.2º | 0.64% | 0.61% | - |
| XYZ | 18.74 | 11.07 | 32.6 | - |
| YUV | 93.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 156 | 0.08 | 0.64 | 0 | 0.39 | 292.2 | 0.47 | 0.42 |
| Hex | 8F | 38 | 9C | 8 | 40 | 0 | 27 | 124 | 2F | 2A |
| Octal | 217 | 70 | 234 | 10 | 100 | 0 | 47 | 444 | 57 | 52 |
| Binary | 10001111 | 111000 | 10011100 | 1000 | 1000000 | 0 | 100111 | 100100100 | 101111 | 101010 |
Color Harmonies of #8F389C
Complementary color
Monochromatic Colors of #8F389C
Black with #8F389C
Text Example
Text Example
White with #8F389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F389C; }
p { color: rgb(143,56,156); }
H1.HeaderClassName
{
color: #8F389C;
}
.AnyTagClassName
{
color: #8F389C;
}
</style>
background-color css
<style>
a { background-color: #8F389C; }
a { background-color: rgb(143,56,156); }
div.DivClassName
{
background-color: #8F389C;
}
.BgClassName
{
background-color: #8F389C;
}
</style>
border-color css
<style>
span { border-color: #8F389C; }
span { border-color: rgb(143,56,156); }
td.TdClassName
{
border-color: #8F389C;
}
.TagClassName
{
border-color: #8F389C;
}
</style>