Shades of Dark Violet #9401CD
Tints of Dark Violet #9401CD
RGB
CMYK
RGB Variations
Color information
#9401CD (or 0x9401CD) is known color: Dark Violet. HEX triplet: 94, 01 and CD. RGB value is (148,1,205). Sum of RGB (Red+Green+Blue) = 148+1+205=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #9401CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9401CD is #6BFE32. Grayscale: #434343. Windows color (decimal): -7077427 or 13435284. OLE color: 13435284.
HSL color Cylindrical-coordinate representation of color #9401CD: hue angle of 283.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9401CD is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 1 | 205 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.20 |
| HSL | 283.24º | 0.99% | 0.4% | - |
| HSV(B) | 283.24º | 1% | 0.8% | - |
| XYZ | 23.24 | 10.73 | 58.6 | - |
| YUV | 68.21 | 205.2 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 205 | 0.28 | 1.00 | 0 | 0.20 | 283.24 | 0.99 | 0.4 |
| Hex | 94 | 1 | CD | 1C | 64 | 0 | 14 | 11B | 63 | 28 |
| Octal | 224 | 1 | 315 | 34 | 144 | 0 | 24 | 433 | 143 | 50 |
| Binary | 10010100 | 1 | 11001101 | 11100 | 1100100 | 0 | 10100 | 100011011 | 1100011 | 101000 |
Color Harmonies of #9401CD
Complementary color
Monochromatic Colors of #9401CD
Black with #9401CD
Text Example
Text Example
White with #9401CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9401CD; }
p { color: rgb(148,1,205); }
H1.HeaderClassName
{
color: #9401CD;
}
.AnyTagClassName
{
color: #9401CD;
}
</style>
background-color css
<style>
a { background-color: #9401CD; }
a { background-color: rgb(148,1,205); }
div.DivClassName
{
background-color: #9401CD;
}
.BgClassName
{
background-color: #9401CD;
}
</style>
border-color css
<style>
span { border-color: #9401CD; }
span { border-color: rgb(148,1,205); }
td.TdClassName
{
border-color: #9401CD;
}
.TagClassName
{
border-color: #9401CD;
}
</style>