Shades of Dark Violet #940ABC
Tints of Dark Violet #940ABC
RGB
CMYK
RGB Variations
Color information
#940ABC (or 0x940ABC) is known color: Dark Violet. HEX triplet: 94, 0A and BC. RGB value is (148,10,188). Sum of RGB (Red+Green+Blue) = 148+10+188=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #940ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ABC is #6BF543. Grayscale: #464646. Windows color (decimal): -7075140 or 12323476. OLE color: 12323476.
HSL color Cylindrical-coordinate representation of color #940ABC: hue angle of 286.52º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940ABC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 10 | 188 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.26 |
| HSL | 286.52º | 0.9% | 0.39% | - |
| HSV(B) | 286.52º | 0.95% | 0.74% | - |
| XYZ | 21.4 | 10.14 | 48.41 | - |
| YUV | 71.55 | 193.72 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 188 | 0.21 | 0.95 | 0 | 0.26 | 286.52 | 0.9 | 0.39 |
| Hex | 94 | A | BC | 15 | 5F | 0 | 1A | 11F | 5A | 27 |
| Octal | 224 | 12 | 274 | 25 | 137 | 0 | 32 | 437 | 132 | 47 |
| Binary | 10010100 | 1010 | 10111100 | 10101 | 1011111 | 0 | 11010 | 100011111 | 1011010 | 100111 |
Color Harmonies of #940ABC
Complementary color
Monochromatic Colors of #940ABC
Black with #940ABC
Text Example
Text Example
White with #940ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940ABC; }
p { color: rgb(148,10,188); }
H1.HeaderClassName
{
color: #940ABC;
}
.AnyTagClassName
{
color: #940ABC;
}
</style>
background-color css
<style>
a { background-color: #940ABC; }
a { background-color: rgb(148,10,188); }
div.DivClassName
{
background-color: #940ABC;
}
.BgClassName
{
background-color: #940ABC;
}
</style>
border-color css
<style>
span { border-color: #940ABC; }
span { border-color: rgb(148,10,188); }
td.TdClassName
{
border-color: #940ABC;
}
.TagClassName
{
border-color: #940ABC;
}
</style>