Shades of Dark Violet #9409C9
Tints of Dark Violet #9409C9
RGB
CMYK
RGB Variations
Color information
#9409C9 (or 0x9409C9) is known color: Dark Violet. HEX triplet: 94, 09 and C9. RGB value is (148,9,201). Sum of RGB (Red+Green+Blue) = 148+9+201=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #9409C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409C9 is #6BF636. Grayscale: #474747. Windows color (decimal): -7075383 or 13175188. OLE color: 13175188.
HSL color Cylindrical-coordinate representation of color #9409C9: hue angle of 283.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409C9 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 9 | 201 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.21 |
| HSL | 283.44º | 0.91% | 0.41% | - |
| HSV(B) | 283.44º | 0.96% | 0.79% | - |
| XYZ | 22.85 | 10.71 | 56.12 | - |
| YUV | 72.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 201 | 0.26 | 0.96 | 0 | 0.21 | 283.44 | 0.91 | 0.41 |
| Hex | 94 | 9 | C9 | 1A | 60 | 0 | 15 | 11B | 5B | 29 |
| Octal | 224 | 11 | 311 | 32 | 140 | 0 | 25 | 433 | 133 | 51 |
| Binary | 10010100 | 1001 | 11001001 | 11010 | 1100000 | 0 | 10101 | 100011011 | 1011011 | 101001 |
Color Harmonies of #9409C9
Complementary color
Monochromatic Colors of #9409C9
Black with #9409C9
Text Example
Text Example
White with #9409C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9409C9; }
p { color: rgb(148,9,201); }
H1.HeaderClassName
{
color: #9409C9;
}
.AnyTagClassName
{
color: #9409C9;
}
</style>
background-color css
<style>
a { background-color: #9409C9; }
a { background-color: rgb(148,9,201); }
div.DivClassName
{
background-color: #9409C9;
}
.BgClassName
{
background-color: #9409C9;
}
</style>
border-color css
<style>
span { border-color: #9409C9; }
span { border-color: rgb(148,9,201); }
td.TdClassName
{
border-color: #9409C9;
}
.TagClassName
{
border-color: #9409C9;
}
</style>