Shades of Dark Violet #9407CD
Tints of Dark Violet #9407CD
RGB
CMYK
RGB Variations
Color information
#9407CD (or 0x9407CD) is known color: Dark Violet. HEX triplet: 94, 07 and CD. RGB value is (148,7,205). Sum of RGB (Red+Green+Blue) = 148+7+205=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #9407CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9407CD is #6BF832. Grayscale: #474747. Windows color (decimal): -7075891 or 13436820. OLE color: 13436820.
HSL color Cylindrical-coordinate representation of color #9407CD: hue angle of 282.73º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9407CD is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 7 | 205 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.20 |
| HSL | 282.73º | 0.93% | 0.42% | - |
| HSV(B) | 282.73º | 0.97% | 0.8% | - |
| XYZ | 23.31 | 10.86 | 58.62 | - |
| YUV | 71.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 205 | 0.28 | 0.97 | 0 | 0.20 | 282.73 | 0.93 | 0.42 |
| Hex | 94 | 7 | CD | 1C | 61 | 0 | 14 | 11B | 5D | 2A |
| Octal | 224 | 7 | 315 | 34 | 141 | 0 | 24 | 433 | 135 | 52 |
| Binary | 10010100 | 111 | 11001101 | 11100 | 1100001 | 0 | 10100 | 100011011 | 1011101 | 101010 |
Color Harmonies of #9407CD
Complementary color
Monochromatic Colors of #9407CD
Black with #9407CD
Text Example
Text Example
White with #9407CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9407CD; }
p { color: rgb(148,7,205); }
H1.HeaderClassName
{
color: #9407CD;
}
.AnyTagClassName
{
color: #9407CD;
}
</style>
background-color css
<style>
a { background-color: #9407CD; }
a { background-color: rgb(148,7,205); }
div.DivClassName
{
background-color: #9407CD;
}
.BgClassName
{
background-color: #9407CD;
}
</style>
border-color css
<style>
span { border-color: #9407CD; }
span { border-color: rgb(148,7,205); }
td.TdClassName
{
border-color: #9407CD;
}
.TagClassName
{
border-color: #9407CD;
}
</style>