Shades of Vivid Violet #8C3F90
Tints of Vivid Violet #8C3F90
RGB
CMYK
RGB Variations
Color information
#8C3F90 (or 0x8C3F90) is known color: Vivid Violet. HEX triplet: 8C, 3F and 90. RGB value is (140,63,144). Sum of RGB (Red+Green+Blue) = 140+63+144=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C3F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3F90 is #73C06F. Grayscale: #5F5F5F. Windows color (decimal): -7585904 or 9453452. OLE color: 9453452.
HSL color Cylindrical-coordinate representation of color #8C3F90: hue angle of 297.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3F90 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 63 | 144 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.44 |
| HSL | 297.04º | 0.39% | 0.41% | - |
| HSV(B) | 297.04º | 0.56% | 0.56% | - |
| XYZ | 17.63 | 11.14 | 27.61 | - |
| YUV | 95.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 144 | 0.03 | 0.56 | 0 | 0.44 | 297.04 | 0.39 | 0.41 |
| Hex | 8C | 3F | 90 | 3 | 38 | 0 | 2C | 129 | 27 | 29 |
| Octal | 214 | 77 | 220 | 3 | 70 | 0 | 54 | 451 | 47 | 51 |
| Binary | 10001100 | 111111 | 10010000 | 11 | 111000 | 0 | 101100 | 100101001 | 100111 | 101001 |
Color Harmonies of #8C3F90
Complementary color
Monochromatic Colors of #8C3F90
Black with #8C3F90
Text Example
Text Example
White with #8C3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F90; }
p { color: rgb(140,63,144); }
H1.HeaderClassName
{
color: #8C3F90;
}
.AnyTagClassName
{
color: #8C3F90;
}
</style>
background-color css
<style>
a { background-color: #8C3F90; }
a { background-color: rgb(140,63,144); }
div.DivClassName
{
background-color: #8C3F90;
}
.BgClassName
{
background-color: #8C3F90;
}
</style>
border-color css
<style>
span { border-color: #8C3F90; }
span { border-color: rgb(140,63,144); }
td.TdClassName
{
border-color: #8C3F90;
}
.TagClassName
{
border-color: #8C3F90;
}
</style>