Shades of Dark Violet #940ABB
Tints of Dark Violet #940ABB
RGB
CMYK
RGB Variations
Color information
#940ABB (or 0x940ABB) is known color: Dark Violet. HEX triplet: 94, 0A and BB. RGB value is (148,10,187). Sum of RGB (Red+Green+Blue) = 148+10+187=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #940ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ABB is #6BF544. Grayscale: #464646. Windows color (decimal): -7075141 or 12257940. OLE color: 12257940.
HSL color Cylindrical-coordinate representation of color #940ABB: hue angle of 286.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940ABB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 10 | 187 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.27 |
| HSL | 286.78º | 0.9% | 0.39% | - |
| HSV(B) | 286.78º | 0.95% | 0.73% | - |
| XYZ | 21.29 | 10.1 | 47.84 | - |
| YUV | 71.44 | 193.22 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 187 | 0.21 | 0.95 | 0 | 0.27 | 286.78 | 0.9 | 0.39 |
| Hex | 94 | A | BB | 15 | 5F | 0 | 1B | 11F | 5A | 27 |
| Octal | 224 | 12 | 273 | 25 | 137 | 0 | 33 | 437 | 132 | 47 |
| Binary | 10010100 | 1010 | 10111011 | 10101 | 1011111 | 0 | 11011 | 100011111 | 1011010 | 100111 |
Color Harmonies of #940ABB
Complementary color
Monochromatic Colors of #940ABB
Black with #940ABB
Text Example
Text Example
White with #940ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940ABB; }
p { color: rgb(148,10,187); }
H1.HeaderClassName
{
color: #940ABB;
}
.AnyTagClassName
{
color: #940ABB;
}
</style>
background-color css
<style>
a { background-color: #940ABB; }
a { background-color: rgb(148,10,187); }
div.DivClassName
{
background-color: #940ABB;
}
.BgClassName
{
background-color: #940ABB;
}
</style>
border-color css
<style>
span { border-color: #940ABB; }
span { border-color: rgb(148,10,187); }
td.TdClassName
{
border-color: #940ABB;
}
.TagClassName
{
border-color: #940ABB;
}
</style>