Shades of Dark Violet #9417C5
Tints of Dark Violet #9417C5
RGB
CMYK
RGB Variations
Color information
#9417C5 (or 0x9417C5) is known color: Dark Violet. HEX triplet: 94, 17 and C5. RGB value is (148,23,197). Sum of RGB (Red+Green+Blue) = 148+23+197=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 197 (77.34% from 255 or 53.53% from 368); Max value from RGB is 197 - color contains mainly: blue. Hex color #9417C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9417C5 is #6BE83A. Grayscale: #4F4F4F. Windows color (decimal): -7071803 or 12916628. OLE color: 12916628.
HSL color Cylindrical-coordinate representation of color #9417C5: hue angle of 283.1º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9417C5 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 23 | 197 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.23 |
| HSL | 283.1º | 0.79% | 0.43% | - |
| HSV(B) | 283.1º | 0.88% | 0.77% | - |
| XYZ | 22.6 | 10.94 | 53.74 | - |
| YUV | 80.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 197 | 0.25 | 0.88 | 0 | 0.23 | 283.1 | 0.79 | 0.43 |
| Hex | 94 | 17 | C5 | 19 | 58 | 0 | 17 | 11B | 4F | 2B |
| Octal | 224 | 27 | 305 | 31 | 130 | 0 | 27 | 433 | 117 | 53 |
| Binary | 10010100 | 10111 | 11000101 | 11001 | 1011000 | 0 | 10111 | 100011011 | 1001111 | 101011 |
Color Harmonies of #9417C5
Complementary color
Monochromatic Colors of #9417C5
Black with #9417C5
Text Example
Text Example
White with #9417C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9417C5; }
p { color: rgb(148,23,197); }
H1.HeaderClassName
{
color: #9417C5;
}
.AnyTagClassName
{
color: #9417C5;
}
</style>
background-color css
<style>
a { background-color: #9417C5; }
a { background-color: rgb(148,23,197); }
div.DivClassName
{
background-color: #9417C5;
}
.BgClassName
{
background-color: #9417C5;
}
</style>
border-color css
<style>
span { border-color: #9417C5; }
span { border-color: rgb(148,23,197); }
td.TdClassName
{
border-color: #9417C5;
}
.TagClassName
{
border-color: #9417C5;
}
</style>