Shades of Vivid Violet #8C3092
Tints of Vivid Violet #8C3092
RGB
CMYK
RGB Variations
Color information
#8C3092 (or 0x8C3092) is known color: Vivid Violet. HEX triplet: 8C, 30 and 92. RGB value is (140,48,146). Sum of RGB (Red+Green+Blue) = 140+48+146=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C3092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3092 is #73CF6D. Grayscale: #565656. Windows color (decimal): -7589742 or 9580684. OLE color: 9580684.
HSL color Cylindrical-coordinate representation of color #8C3092: hue angle of 296.33º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3092 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 48 | 146 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.43 |
| HSL | 296.33º | 0.51% | 0.38% | - |
| HSV(B) | 296.33º | 0.67% | 0.57% | - |
| XYZ | 17.06 | 9.76 | 28.18 | - |
| YUV | 86.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 146 | 0.04 | 0.67 | 0 | 0.43 | 296.33 | 0.51 | 0.38 |
| Hex | 8C | 30 | 92 | 4 | 43 | 0 | 2B | 128 | 33 | 26 |
| Octal | 214 | 60 | 222 | 4 | 103 | 0 | 53 | 450 | 63 | 46 |
| Binary | 10001100 | 110000 | 10010010 | 100 | 1000011 | 0 | 101011 | 100101000 | 110011 | 100110 |
Color Harmonies of #8C3092
Complementary color
Monochromatic Colors of #8C3092
Black with #8C3092
Text Example
Text Example
White with #8C3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3092; }
p { color: rgb(140,48,146); }
H1.HeaderClassName
{
color: #8C3092;
}
.AnyTagClassName
{
color: #8C3092;
}
</style>
background-color css
<style>
a { background-color: #8C3092; }
a { background-color: rgb(140,48,146); }
div.DivClassName
{
background-color: #8C3092;
}
.BgClassName
{
background-color: #8C3092;
}
</style>
border-color css
<style>
span { border-color: #8C3092; }
span { border-color: rgb(140,48,146); }
td.TdClassName
{
border-color: #8C3092;
}
.TagClassName
{
border-color: #8C3092;
}
</style>