Shades of Dark Violet #9300DC
Tints of Dark Violet #9300DC
RGB
CMYK
RGB Variations
Color information
#9300DC (or 0x9300DC) is known color: Dark Violet. HEX triplet: 93, 00 and DC. RGB value is (147,0,220). Sum of RGB (Red+Green+Blue) = 147+0+220=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #9300DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300DC is #6CFF23. Grayscale: #444444. Windows color (decimal): -7143204 or 14418067. OLE color: 14418067.
HSL color Cylindrical-coordinate representation of color #9300DC: hue angle of 280.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300DC is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 0 | 220 | - |
| CMYK | 0.33 | 1 | 0 | 0.14 |
| HSL | 280.09º | 1% | 0.43% | - |
| HSV(B) | 280.09º | 1% | 0.86% | - |
| XYZ | 24.95 | 11.37 | 68.59 | - |
| YUV | 69.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 220 | 0.33 | 1 | 0 | 0.14 | 280.09 | 1 | 0.43 |
| Hex | 93 | 0 | DC | 21 | 64 | 0 | E | 118 | 64 | 2B |
| Octal | 223 | 0 | 334 | 41 | 144 | 0 | 16 | 430 | 144 | 53 |
| Binary | 10010011 | 0 | 11011100 | 100001 | 1100100 | 0 | 1110 | 100011000 | 1100100 | 101011 |
Color Harmonies of #9300DC
Complementary color
Monochromatic Colors of #9300DC
Black with #9300DC
Text Example
Text Example
White with #9300DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300DC; }
p { color: rgb(147,0,220); }
H1.HeaderClassName
{
color: #9300DC;
}
.AnyTagClassName
{
color: #9300DC;
}
</style>
background-color css
<style>
a { background-color: #9300DC; }
a { background-color: rgb(147,0,220); }
div.DivClassName
{
background-color: #9300DC;
}
.BgClassName
{
background-color: #9300DC;
}
</style>
border-color css
<style>
span { border-color: #9300DC; }
span { border-color: rgb(147,0,220); }
td.TdClassName
{
border-color: #9300DC;
}
.TagClassName
{
border-color: #9300DC;
}
</style>