Shades of Vivid Violet #8C368A
Tints of Vivid Violet #8C368A
RGB
CMYK
RGB Variations
Color information
#8C368A (or 0x8C368A) is known color: Vivid Violet. HEX triplet: 8C, 36 and 8A. RGB value is (140,54,138). Sum of RGB (Red+Green+Blue) = 140+54+138=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C368A is #73C975. Grayscale: #595959. Windows color (decimal): -7588214 or 9057932. OLE color: 9057932.
HSL color Cylindrical-coordinate representation of color #8C368A: hue angle of 301.4º 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 #8C368A is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 138 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.45 |
| HSL | 301.4º | 0.44% | 0.38% | - |
| HSV(B) | 301.4º | 0.61% | 0.55% | - |
| XYZ | 16.72 | 10.05 | 25.1 | - |
| YUV | 89.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 138 | 0 | 0.61 | 0.01 | 0.45 | 301.4 | 0.44 | 0.38 |
| Hex | 8C | 36 | 8A | 0 | 3D | 1 | 2D | 12D | 2C | 26 |
| Octal | 214 | 66 | 212 | 0 | 75 | 1 | 55 | 455 | 54 | 46 |
| Binary | 10001100 | 110110 | 10001010 | 0 | 111101 | 1 | 101101 | 100101101 | 101100 | 100110 |
Color Harmonies of #8C368A
Complementary color
Monochromatic Colors of #8C368A
Black with #8C368A
Text Example
Text Example
White with #8C368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C368A; }
p { color: rgb(140,54,138); }
H1.HeaderClassName
{
color: #8C368A;
}
.AnyTagClassName
{
color: #8C368A;
}
</style>
background-color css
<style>
a { background-color: #8C368A; }
a { background-color: rgb(140,54,138); }
div.DivClassName
{
background-color: #8C368A;
}
.BgClassName
{
background-color: #8C368A;
}
</style>
border-color css
<style>
span { border-color: #8C368A; }
span { border-color: rgb(140,54,138); }
td.TdClassName
{
border-color: #8C368A;
}
.TagClassName
{
border-color: #8C368A;
}
</style>