Shades of Dark Violet #9B03DF
Tints of Dark Violet #9B03DF
RGB
CMYK
RGB Variations
Color information
#9B03DF (or 0x9B03DF) is known color: Dark Violet. HEX triplet: 9B, 03 and DF. RGB value is (155,3,223). Sum of RGB (Red+Green+Blue) = 155+3+223=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B03DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B03DF is #64FC20. Grayscale: #484848. Windows color (decimal): -6618145 or 14615451. OLE color: 14615451.
HSL color Cylindrical-coordinate representation of color #9B03DF: hue angle of 281.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B03DF is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 3 | 223 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.13 |
| HSL | 281.45º | 0.97% | 0.44% | - |
| HSV(B) | 281.45º | 0.99% | 0.87% | - |
| XYZ | 26.87 | 12.36 | 70.78 | - |
| YUV | 73.53 | 212.36 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 223 | 0.30 | 0.99 | 0 | 0.13 | 281.45 | 0.97 | 0.44 |
| Hex | 9B | 3 | DF | 1E | 63 | 0 | D | 119 | 61 | 2C |
| Octal | 233 | 3 | 337 | 36 | 143 | 0 | 15 | 431 | 141 | 54 |
| Binary | 10011011 | 11 | 11011111 | 11110 | 1100011 | 0 | 1101 | 100011001 | 1100001 | 101100 |
Color Harmonies of #9B03DF
Complementary color
Monochromatic Colors of #9B03DF
Black with #9B03DF
Text Example
Text Example
White with #9B03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B03DF; }
p { color: rgb(155,3,223); }
H1.HeaderClassName
{
color: #9B03DF;
}
.AnyTagClassName
{
color: #9B03DF;
}
</style>
background-color css
<style>
a { background-color: #9B03DF; }
a { background-color: rgb(155,3,223); }
div.DivClassName
{
background-color: #9B03DF;
}
.BgClassName
{
background-color: #9B03DF;
}
</style>
border-color css
<style>
span { border-color: #9B03DF; }
span { border-color: rgb(155,3,223); }
td.TdClassName
{
border-color: #9B03DF;
}
.TagClassName
{
border-color: #9B03DF;
}
</style>