Shades of Dark Violet #940ABA
Tints of Dark Violet #940ABA
RGB
CMYK
RGB Variations
Color information
#940ABA (or 0x940ABA) is known color: Dark Violet. HEX triplet: 94, 0A and BA. RGB value is (148,10,186). Sum of RGB (Red+Green+Blue) = 148+10+186=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #940ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ABA is #6BF545. Grayscale: #464646. Windows color (decimal): -7075142 or 12192404. OLE color: 12192404.
HSL color Cylindrical-coordinate representation of color #940ABA: hue angle of 287.05º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940ABA is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 10 | 186 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.27 |
| HSL | 287.05º | 0.9% | 0.38% | - |
| HSV(B) | 287.05º | 0.95% | 0.73% | - |
| XYZ | 21.18 | 10.06 | 47.28 | - |
| YUV | 71.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 186 | 0.20 | 0.95 | 0 | 0.27 | 287.05 | 0.9 | 0.38 |
| Hex | 94 | A | BA | 14 | 5F | 0 | 1B | 11F | 5A | 26 |
| Octal | 224 | 12 | 272 | 24 | 137 | 0 | 33 | 437 | 132 | 46 |
| Binary | 10010100 | 1010 | 10111010 | 10100 | 1011111 | 0 | 11011 | 100011111 | 1011010 | 100110 |
Color Harmonies of #940ABA
Complementary color
Monochromatic Colors of #940ABA
Black with #940ABA
Text Example
Text Example
White with #940ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940ABA; }
p { color: rgb(148,10,186); }
H1.HeaderClassName
{
color: #940ABA;
}
.AnyTagClassName
{
color: #940ABA;
}
</style>
background-color css
<style>
a { background-color: #940ABA; }
a { background-color: rgb(148,10,186); }
div.DivClassName
{
background-color: #940ABA;
}
.BgClassName
{
background-color: #940ABA;
}
</style>
border-color css
<style>
span { border-color: #940ABA; }
span { border-color: rgb(148,10,186); }
td.TdClassName
{
border-color: #940ABA;
}
.TagClassName
{
border-color: #940ABA;
}
</style>