Shades of Dark Violet #9300DF
Tints of Dark Violet #9300DF
RGB
CMYK
RGB Variations
Color information
#9300DF (or 0x9300DF) is known color: Dark Violet. HEX triplet: 93, 00 and DF. RGB value is (147,0,223). Sum of RGB (Red+Green+Blue) = 147+0+223=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #9300DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300DF is #6CFF20. Grayscale: #444444. Windows color (decimal): -7143201 or 14614675. OLE color: 14614675.
HSL color Cylindrical-coordinate representation of color #9300DF: hue angle of 279.55º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300DF is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 0 | 223 | - |
| CMYK | 0.34 | 1 | 0 | 0.13 |
| HSL | 279.55º | 1% | 0.44% | - |
| HSV(B) | 279.55º | 1% | 0.87% | - |
| XYZ | 25.35 | 11.53 | 70.7 | - |
| YUV | 69.38 | 214.7 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 223 | 0.34 | 1 | 0 | 0.13 | 279.55 | 1 | 0.44 |
| Hex | 93 | 0 | DF | 22 | 64 | 0 | D | 118 | 64 | 2C |
| Octal | 223 | 0 | 337 | 42 | 144 | 0 | 15 | 430 | 144 | 54 |
| Binary | 10010011 | 0 | 11011111 | 100010 | 1100100 | 0 | 1101 | 100011000 | 1100100 | 101100 |
Color Harmonies of #9300DF
Complementary color
Monochromatic Colors of #9300DF
Black with #9300DF
Text Example
Text Example
White with #9300DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300DF; }
p { color: rgb(147,0,223); }
H1.HeaderClassName
{
color: #9300DF;
}
.AnyTagClassName
{
color: #9300DF;
}
</style>
background-color css
<style>
a { background-color: #9300DF; }
a { background-color: rgb(147,0,223); }
div.DivClassName
{
background-color: #9300DF;
}
.BgClassName
{
background-color: #9300DF;
}
</style>
border-color css
<style>
span { border-color: #9300DF; }
span { border-color: rgb(147,0,223); }
td.TdClassName
{
border-color: #9300DF;
}
.TagClassName
{
border-color: #9300DF;
}
</style>