Shades of Vivid Violet #8C2693
Tints of Vivid Violet #8C2693
RGB
CMYK
RGB Variations
Color information
#8C2693 (or 0x8C2693) is known color: Vivid Violet. HEX triplet: 8C, 26 and 93. RGB value is (140,38,147). Sum of RGB (Red+Green+Blue) = 140+38+147=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C2693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2693 is #73D96C. Grayscale: #505050. Windows color (decimal): -7592301 or 9643660. OLE color: 9643660.
HSL color Cylindrical-coordinate representation of color #8C2693: hue angle of 296.15º 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 #8C2693 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 38 | 147 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.42 |
| HSL | 296.15º | 0.59% | 0.36% | - |
| HSV(B) | 296.15º | 0.74% | 0.58% | - |
| XYZ | 16.77 | 9.07 | 28.47 | - |
| YUV | 80.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 147 | 0.05 | 0.74 | 0 | 0.42 | 296.15 | 0.59 | 0.36 |
| Hex | 8C | 26 | 93 | 5 | 4A | 0 | 2A | 128 | 3B | 24 |
| Octal | 214 | 46 | 223 | 5 | 112 | 0 | 52 | 450 | 73 | 44 |
| Binary | 10001100 | 100110 | 10010011 | 101 | 1001010 | 0 | 101010 | 100101000 | 111011 | 100100 |
Color Harmonies of #8C2693
Complementary color
Monochromatic Colors of #8C2693
Black with #8C2693
Text Example
Text Example
White with #8C2693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2693; }
p { color: rgb(140,38,147); }
H1.HeaderClassName
{
color: #8C2693;
}
.AnyTagClassName
{
color: #8C2693;
}
</style>
background-color css
<style>
a { background-color: #8C2693; }
a { background-color: rgb(140,38,147); }
div.DivClassName
{
background-color: #8C2693;
}
.BgClassName
{
background-color: #8C2693;
}
</style>
border-color css
<style>
span { border-color: #8C2693; }
span { border-color: rgb(140,38,147); }
td.TdClassName
{
border-color: #8C2693;
}
.TagClassName
{
border-color: #8C2693;
}
</style>