Shades of Dark Violet #9300CD
Tints of Dark Violet #9300CD
RGB
CMYK
RGB Variations
Color information
#9300CD (or 0x9300CD) is known color: Dark Violet. HEX triplet: 93, 00 and CD. RGB value is (147,0,205). Sum of RGB (Red+Green+Blue) = 147+0+205=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #9300CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300CD is #6CFF32. Grayscale: #424242. Windows color (decimal): -7143219 or 13435027. OLE color: 13435027.
HSL color Cylindrical-coordinate representation of color #9300CD: hue angle of 283.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300CD is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 0 | 205 | - |
| CMYK | 0.28 | 1 | 0 | 0.20 |
| HSL | 283.02º | 1% | 0.4% | - |
| HSV(B) | 283.02º | 1% | 0.8% | - |
| XYZ | 23.05 | 10.61 | 58.59 | - |
| YUV | 67.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 205 | 0.28 | 1 | 0 | 0.20 | 283.02 | 1 | 0.4 |
| Hex | 93 | 0 | CD | 1C | 64 | 0 | 14 | 11B | 64 | 28 |
| Octal | 223 | 0 | 315 | 34 | 144 | 0 | 24 | 433 | 144 | 50 |
| Binary | 10010011 | 0 | 11001101 | 11100 | 1100100 | 0 | 10100 | 100011011 | 1100100 | 101000 |
Color Harmonies of #9300CD
Complementary color
Monochromatic Colors of #9300CD
Black with #9300CD
Text Example
Text Example
White with #9300CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300CD; }
p { color: rgb(147,0,205); }
H1.HeaderClassName
{
color: #9300CD;
}
.AnyTagClassName
{
color: #9300CD;
}
</style>
background-color css
<style>
a { background-color: #9300CD; }
a { background-color: rgb(147,0,205); }
div.DivClassName
{
background-color: #9300CD;
}
.BgClassName
{
background-color: #9300CD;
}
</style>
border-color css
<style>
span { border-color: #9300CD; }
span { border-color: rgb(147,0,205); }
td.TdClassName
{
border-color: #9300CD;
}
.TagClassName
{
border-color: #9300CD;
}
</style>