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