Shades of Dark Violet #940FB2
Tints of Dark Violet #940FB2
RGB
CMYK
RGB Variations
Color information
#940FB2 (or 0x940FB2) is known color: Dark Violet. HEX triplet: 94, 0F and B2. RGB value is (148,15,178). Sum of RGB (Red+Green+Blue) = 148+15+178=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #940FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940FB2 is #6BF04D. Grayscale: #484848. Windows color (decimal): -7073870 or 11669396. OLE color: 11669396.
HSL color Cylindrical-coordinate representation of color #940FB2: hue angle of 288.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940FB2 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 15 | 178 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.30 |
| HSL | 288.96º | 0.84% | 0.38% | - |
| HSV(B) | 288.96º | 0.92% | 0.7% | - |
| XYZ | 20.42 | 9.85 | 42.94 | - |
| YUV | 73.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 178 | 0.17 | 0.92 | 0 | 0.30 | 288.96 | 0.84 | 0.38 |
| Hex | 94 | F | B2 | 11 | 5C | 0 | 1E | 121 | 54 | 26 |
| Octal | 224 | 17 | 262 | 21 | 134 | 0 | 36 | 441 | 124 | 46 |
| Binary | 10010100 | 1111 | 10110010 | 10001 | 1011100 | 0 | 11110 | 100100001 | 1010100 | 100110 |
Color Harmonies of #940FB2
Complementary color
Monochromatic Colors of #940FB2
Black with #940FB2
Text Example
Text Example
White with #940FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FB2; }
p { color: rgb(148,15,178); }
H1.HeaderClassName
{
color: #940FB2;
}
.AnyTagClassName
{
color: #940FB2;
}
</style>
background-color css
<style>
a { background-color: #940FB2; }
a { background-color: rgb(148,15,178); }
div.DivClassName
{
background-color: #940FB2;
}
.BgClassName
{
background-color: #940FB2;
}
</style>
border-color css
<style>
span { border-color: #940FB2; }
span { border-color: rgb(148,15,178); }
td.TdClassName
{
border-color: #940FB2;
}
.TagClassName
{
border-color: #940FB2;
}
</style>