Shades of Dark Violet #940BBC
Tints of Dark Violet #940BBC
RGB
CMYK
RGB Variations
Color information
#940BBC (or 0x940BBC) is known color: Dark Violet. HEX triplet: 94, 0B and BC. RGB value is (148,11,188). Sum of RGB (Red+Green+Blue) = 148+11+188=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #940BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940BBC is #6BF443. Grayscale: #474747. Windows color (decimal): -7074884 or 12323732. OLE color: 12323732.
HSL color Cylindrical-coordinate representation of color #940BBC: hue angle of 286.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940BBC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 11 | 188 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.26 |
| HSL | 286.44º | 0.89% | 0.39% | - |
| HSV(B) | 286.44º | 0.94% | 0.74% | - |
| XYZ | 21.41 | 10.17 | 48.41 | - |
| YUV | 72.14 | 193.39 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 188 | 0.21 | 0.94 | 0 | 0.26 | 286.44 | 0.89 | 0.39 |
| Hex | 94 | B | BC | 15 | 5E | 0 | 1A | 11E | 59 | 27 |
| Octal | 224 | 13 | 274 | 25 | 136 | 0 | 32 | 436 | 131 | 47 |
| Binary | 10010100 | 1011 | 10111100 | 10101 | 1011110 | 0 | 11010 | 100011110 | 1011001 | 100111 |
Color Harmonies of #940BBC
Complementary color
Monochromatic Colors of #940BBC
Black with #940BBC
Text Example
Text Example
White with #940BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940BBC; }
p { color: rgb(148,11,188); }
H1.HeaderClassName
{
color: #940BBC;
}
.AnyTagClassName
{
color: #940BBC;
}
</style>
background-color css
<style>
a { background-color: #940BBC; }
a { background-color: rgb(148,11,188); }
div.DivClassName
{
background-color: #940BBC;
}
.BgClassName
{
background-color: #940BBC;
}
</style>
border-color css
<style>
span { border-color: #940BBC; }
span { border-color: rgb(148,11,188); }
td.TdClassName
{
border-color: #940BBC;
}
.TagClassName
{
border-color: #940BBC;
}
</style>