Shades of Dark Violet #940AD3
Tints of Dark Violet #940AD3
RGB
CMYK
RGB Variations
Color information
#940AD3 (or 0x940AD3) is known color: Dark Violet. HEX triplet: 94, 0A and D3. RGB value is (148,10,211). Sum of RGB (Red+Green+Blue) = 148+10+211=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #940AD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940AD3 is #6BF52C. Grayscale: #494949. Windows color (decimal): -7075117 or 13830804. OLE color: 13830804.
HSL color Cylindrical-coordinate representation of color #940AD3: hue angle of 281.19º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940AD3 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 10 | 211 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.17 |
| HSL | 281.19º | 0.91% | 0.43% | - |
| HSV(B) | 281.19º | 0.95% | 0.83% | - |
| XYZ | 24.08 | 11.22 | 62.52 | - |
| YUV | 74.18 | 205.22 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 211 | 0.30 | 0.95 | 0 | 0.17 | 281.19 | 0.91 | 0.43 |
| Hex | 94 | A | D3 | 1E | 5F | 0 | 11 | 119 | 5B | 2B |
| Octal | 224 | 12 | 323 | 36 | 137 | 0 | 21 | 431 | 133 | 53 |
| Binary | 10010100 | 1010 | 11010011 | 11110 | 1011111 | 0 | 10001 | 100011001 | 1011011 | 101011 |
Color Harmonies of #940AD3
Complementary color
Monochromatic Colors of #940AD3
Black with #940AD3
Text Example
Text Example
White with #940AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940AD3; }
p { color: rgb(148,10,211); }
H1.HeaderClassName
{
color: #940AD3;
}
.AnyTagClassName
{
color: #940AD3;
}
</style>
background-color css
<style>
a { background-color: #940AD3; }
a { background-color: rgb(148,10,211); }
div.DivClassName
{
background-color: #940AD3;
}
.BgClassName
{
background-color: #940AD3;
}
</style>
border-color css
<style>
span { border-color: #940AD3; }
span { border-color: rgb(148,10,211); }
td.TdClassName
{
border-color: #940AD3;
}
.TagClassName
{
border-color: #940AD3;
}
</style>