Shades of Vivid Violet #8C2F8B
Tints of Vivid Violet #8C2F8B
RGB
CMYK
RGB Variations
Color information
#8C2F8B (or 0x8C2F8B) is known color: Vivid Violet. HEX triplet: 8C, 2F and 8B. RGB value is (140,47,139). Sum of RGB (Red+Green+Blue) = 140+47+139=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2F8B is #73D074. Grayscale: #555555. Windows color (decimal): -7590005 or 9121676. OLE color: 9121676.
HSL color Cylindrical-coordinate representation of color #8C2F8B: hue angle of 300.65º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F8B is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 139 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.45 |
| HSL | 300.65º | 0.5% | 0.37% | - |
| HSV(B) | 300.65º | 0.66% | 0.55% | - |
| XYZ | 16.49 | 9.47 | 25.39 | - |
| YUV | 85.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 139 | 0 | 0.66 | 0.01 | 0.45 | 300.65 | 0.5 | 0.37 |
| Hex | 8C | 2F | 8B | 0 | 42 | 1 | 2D | 12D | 32 | 25 |
| Octal | 214 | 57 | 213 | 0 | 102 | 1 | 55 | 455 | 62 | 45 |
| Binary | 10001100 | 101111 | 10001011 | 0 | 1000010 | 1 | 101101 | 100101101 | 110010 | 100101 |
Color Harmonies of #8C2F8B
Complementary color
Monochromatic Colors of #8C2F8B
Black with #8C2F8B
Text Example
Text Example
White with #8C2F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F8B; }
p { color: rgb(140,47,139); }
H1.HeaderClassName
{
color: #8C2F8B;
}
.AnyTagClassName
{
color: #8C2F8B;
}
</style>
background-color css
<style>
a { background-color: #8C2F8B; }
a { background-color: rgb(140,47,139); }
div.DivClassName
{
background-color: #8C2F8B;
}
.BgClassName
{
background-color: #8C2F8B;
}
</style>
border-color css
<style>
span { border-color: #8C2F8B; }
span { border-color: rgb(140,47,139); }
td.TdClassName
{
border-color: #8C2F8B;
}
.TagClassName
{
border-color: #8C2F8B;
}
</style>