Shades of Dark Violet #9B12DF
Tints of Dark Violet #9B12DF
RGB
CMYK
RGB Variations
Color information
#9B12DF (or 0x9B12DF) is known color: Dark Violet. HEX triplet: 9B, 12 and DF. RGB value is (155,18,223). Sum of RGB (Red+Green+Blue) = 155+18+223=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B12DF is #64ED20. Grayscale: #515151. Windows color (decimal): -6614305 or 14619291. OLE color: 14619291.
HSL color Cylindrical-coordinate representation of color #9B12DF: hue angle of 280.1º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B12DF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 18 | 223 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.13 |
| HSL | 280.1º | 0.85% | 0.47% | - |
| HSV(B) | 280.1º | 0.92% | 0.87% | - |
| XYZ | 27.05 | 12.73 | 70.84 | - |
| YUV | 82.33 | 207.39 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 223 | 0.30 | 0.92 | 0 | 0.13 | 280.1 | 0.85 | 0.47 |
| Hex | 9B | 12 | DF | 1E | 5C | 0 | D | 118 | 55 | 2F |
| Octal | 233 | 22 | 337 | 36 | 134 | 0 | 15 | 430 | 125 | 57 |
| Binary | 10011011 | 10010 | 11011111 | 11110 | 1011100 | 0 | 1101 | 100011000 | 1010101 | 101111 |
Color Harmonies of #9B12DF
Complementary color
Monochromatic Colors of #9B12DF
Black with #9B12DF
Text Example
Text Example
White with #9B12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B12DF; }
p { color: rgb(155,18,223); }
H1.HeaderClassName
{
color: #9B12DF;
}
.AnyTagClassName
{
color: #9B12DF;
}
</style>
background-color css
<style>
a { background-color: #9B12DF; }
a { background-color: rgb(155,18,223); }
div.DivClassName
{
background-color: #9B12DF;
}
.BgClassName
{
background-color: #9B12DF;
}
</style>
border-color css
<style>
span { border-color: #9B12DF; }
span { border-color: rgb(155,18,223); }
td.TdClassName
{
border-color: #9B12DF;
}
.TagClassName
{
border-color: #9B12DF;
}
</style>