Shades of Vivid Violet #8C2694
Tints of Vivid Violet #8C2694
RGB
CMYK
RGB Variations
Color information
#8C2694 (or 0x8C2694) is known color: Vivid Violet. HEX triplet: 8C, 26 and 94. RGB value is (140,38,148). Sum of RGB (Red+Green+Blue) = 140+38+148=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C2694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2694 is #73D96B. Grayscale: #505050. Windows color (decimal): -7592300 or 9709196. OLE color: 9709196.
HSL color Cylindrical-coordinate representation of color #8C2694: hue angle of 295.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2694 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 38 | 148 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.42 |
| HSL | 295.64º | 0.59% | 0.36% | - |
| HSV(B) | 295.64º | 0.74% | 0.58% | - |
| XYZ | 16.85 | 9.1 | 28.89 | - |
| YUV | 81.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 148 | 0.05 | 0.74 | 0 | 0.42 | 295.64 | 0.59 | 0.36 |
| Hex | 8C | 26 | 94 | 5 | 4A | 0 | 2A | 128 | 3B | 24 |
| Octal | 214 | 46 | 224 | 5 | 112 | 0 | 52 | 450 | 73 | 44 |
| Binary | 10001100 | 100110 | 10010100 | 101 | 1001010 | 0 | 101010 | 100101000 | 111011 | 100100 |
Color Harmonies of #8C2694
Complementary color
Monochromatic Colors of #8C2694
Black with #8C2694
Text Example
Text Example
White with #8C2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2694; }
p { color: rgb(140,38,148); }
H1.HeaderClassName
{
color: #8C2694;
}
.AnyTagClassName
{
color: #8C2694;
}
</style>
background-color css
<style>
a { background-color: #8C2694; }
a { background-color: rgb(140,38,148); }
div.DivClassName
{
background-color: #8C2694;
}
.BgClassName
{
background-color: #8C2694;
}
</style>
border-color css
<style>
span { border-color: #8C2694; }
span { border-color: rgb(140,38,148); }
td.TdClassName
{
border-color: #8C2694;
}
.TagClassName
{
border-color: #8C2694;
}
</style>