Shades of Dark Violet #940FBC
Tints of Dark Violet #940FBC
RGB
CMYK
RGB Variations
Color information
#940FBC (or 0x940FBC) is known color: Dark Violet. HEX triplet: 94, 0F and BC. RGB value is (148,15,188). Sum of RGB (Red+Green+Blue) = 148+15+188=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #940FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FBC is #6BF043. Grayscale: #494949. Windows color (decimal): -7073860 or 12324756. OLE color: 12324756.
HSL color Cylindrical-coordinate representation of color #940FBC: hue angle of 286.13º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940FBC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 15 | 188 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.26 |
| HSL | 286.13º | 0.85% | 0.4% | - |
| HSV(B) | 286.13º | 0.92% | 0.74% | - |
| XYZ | 21.46 | 10.27 | 48.43 | - |
| YUV | 74.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 188 | 0.21 | 0.92 | 0 | 0.26 | 286.13 | 0.85 | 0.4 |
| Hex | 94 | F | BC | 15 | 5C | 0 | 1A | 11E | 55 | 28 |
| Octal | 224 | 17 | 274 | 25 | 134 | 0 | 32 | 436 | 125 | 50 |
| Binary | 10010100 | 1111 | 10111100 | 10101 | 1011100 | 0 | 11010 | 100011110 | 1010101 | 101000 |
Color Harmonies of #940FBC
Complementary color
Monochromatic Colors of #940FBC
Black with #940FBC
Text Example
Text Example
White with #940FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FBC; }
p { color: rgb(148,15,188); }
H1.HeaderClassName
{
color: #940FBC;
}
.AnyTagClassName
{
color: #940FBC;
}
</style>
background-color css
<style>
a { background-color: #940FBC; }
a { background-color: rgb(148,15,188); }
div.DivClassName
{
background-color: #940FBC;
}
.BgClassName
{
background-color: #940FBC;
}
</style>
border-color css
<style>
span { border-color: #940FBC; }
span { border-color: rgb(148,15,188); }
td.TdClassName
{
border-color: #940FBC;
}
.TagClassName
{
border-color: #940FBC;
}
</style>