Shades of Dark Violet #9416D3
Tints of Dark Violet #9416D3
RGB
CMYK
RGB Variations
Color information
#9416D3 (or 0x9416D3) is known color: Dark Violet. HEX triplet: 94, 16 and D3. RGB value is (148,22,211). Sum of RGB (Red+Green+Blue) = 148+22+211=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 211 (82.81% from 255 or 55.38% from 381); Max value from RGB is 211 - color contains mainly: blue. Hex color #9416D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9416D3 is #6BE92C. Grayscale: #505050. Windows color (decimal): -7072045 or 13833876. OLE color: 13833876.
HSL color Cylindrical-coordinate representation of color #9416D3: hue angle of 280º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9416D3 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 22 | 211 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.17 |
| HSL | 280º | 0.81% | 0.46% | - |
| HSV(B) | 280º | 0.9% | 0.83% | - |
| XYZ | 24.26 | 11.57 | 62.58 | - |
| YUV | 81.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 211 | 0.30 | 0.90 | 0 | 0.17 | 280 | 0.81 | 0.46 |
| Hex | 94 | 16 | D3 | 1E | 5A | 0 | 11 | 118 | 51 | 2E |
| Octal | 224 | 26 | 323 | 36 | 132 | 0 | 21 | 430 | 121 | 56 |
| Binary | 10010100 | 10110 | 11010011 | 11110 | 1011010 | 0 | 10001 | 100011000 | 1010001 | 101110 |
Color Harmonies of #9416D3
Complementary color
Monochromatic Colors of #9416D3
Black with #9416D3
Text Example
Text Example
White with #9416D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9416D3; }
p { color: rgb(148,22,211); }
H1.HeaderClassName
{
color: #9416D3;
}
.AnyTagClassName
{
color: #9416D3;
}
</style>
background-color css
<style>
a { background-color: #9416D3; }
a { background-color: rgb(148,22,211); }
div.DivClassName
{
background-color: #9416D3;
}
.BgClassName
{
background-color: #9416D3;
}
</style>
border-color css
<style>
span { border-color: #9416D3; }
span { border-color: rgb(148,22,211); }
td.TdClassName
{
border-color: #9416D3;
}
.TagClassName
{
border-color: #9416D3;
}
</style>