Shades of Vivid Violet #8C368B
Tints of Vivid Violet #8C368B
RGB
CMYK
RGB Variations
Color information
#8C368B (or 0x8C368B) is known color: Vivid Violet. HEX triplet: 8C, 36 and 8B. RGB value is (140,54,139). Sum of RGB (Red+Green+Blue) = 140+54+139=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C368B is #73C974. Grayscale: #595959. Windows color (decimal): -7588213 or 9123468. OLE color: 9123468.
HSL color Cylindrical-coordinate representation of color #8C368B: hue angle of 300.7º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C368B is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 139 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.45 |
| HSL | 300.7º | 0.44% | 0.38% | - |
| HSV(B) | 300.7º | 0.61% | 0.55% | - |
| XYZ | 16.79 | 10.08 | 25.49 | - |
| YUV | 89.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 139 | 0 | 0.61 | 0.01 | 0.45 | 300.7 | 0.44 | 0.38 |
| Hex | 8C | 36 | 8B | 0 | 3D | 1 | 2D | 12D | 2C | 26 |
| Octal | 214 | 66 | 213 | 0 | 75 | 1 | 55 | 455 | 54 | 46 |
| Binary | 10001100 | 110110 | 10001011 | 0 | 111101 | 1 | 101101 | 100101101 | 101100 | 100110 |
Color Harmonies of #8C368B
Complementary color
Monochromatic Colors of #8C368B
Black with #8C368B
Text Example
Text Example
White with #8C368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C368B; }
p { color: rgb(140,54,139); }
H1.HeaderClassName
{
color: #8C368B;
}
.AnyTagClassName
{
color: #8C368B;
}
</style>
background-color css
<style>
a { background-color: #8C368B; }
a { background-color: rgb(140,54,139); }
div.DivClassName
{
background-color: #8C368B;
}
.BgClassName
{
background-color: #8C368B;
}
</style>
border-color css
<style>
span { border-color: #8C368B; }
span { border-color: rgb(140,54,139); }
td.TdClassName
{
border-color: #8C368B;
}
.TagClassName
{
border-color: #8C368B;
}
</style>