Shades of Dark Violet #9417DA
Tints of Dark Violet #9417DA
RGB
CMYK
RGB Variations
Color information
#9417DA (or 0x9417DA) is known color: Dark Violet. HEX triplet: 94, 17 and DA. RGB value is (148,23,218). Sum of RGB (Red+Green+Blue) = 148+23+218=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #9417DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9417DA is #6BE825. Grayscale: #515151. Windows color (decimal): -7071782 or 14292884. OLE color: 14292884.
HSL color Cylindrical-coordinate representation of color #9417DA: hue angle of 278.46º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9417DA is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 23 | 218 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.15 |
| HSL | 278.46º | 0.81% | 0.47% | - |
| HSV(B) | 278.46º | 0.89% | 0.85% | - |
| XYZ | 25.17 | 11.97 | 67.31 | - |
| YUV | 82.61 | 204.41 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 218 | 0.32 | 0.89 | 0 | 0.15 | 278.46 | 0.81 | 0.47 |
| Hex | 94 | 17 | DA | 20 | 59 | 0 | F | 116 | 51 | 2F |
| Octal | 224 | 27 | 332 | 40 | 131 | 0 | 17 | 426 | 121 | 57 |
| Binary | 10010100 | 10111 | 11011010 | 100000 | 1011001 | 0 | 1111 | 100010110 | 1010001 | 101111 |
Color Harmonies of #9417DA
Complementary color
Monochromatic Colors of #9417DA
Black with #9417DA
Text Example
Text Example
White with #9417DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9417DA; }
p { color: rgb(148,23,218); }
H1.HeaderClassName
{
color: #9417DA;
}
.AnyTagClassName
{
color: #9417DA;
}
</style>
background-color css
<style>
a { background-color: #9417DA; }
a { background-color: rgb(148,23,218); }
div.DivClassName
{
background-color: #9417DA;
}
.BgClassName
{
background-color: #9417DA;
}
</style>
border-color css
<style>
span { border-color: #9417DA; }
span { border-color: rgb(148,23,218); }
td.TdClassName
{
border-color: #9417DA;
}
.TagClassName
{
border-color: #9417DA;
}
</style>