Shades of Dark Violet #9B04BF
Tints of Dark Violet #9B04BF
RGB
CMYK
RGB Variations
Color information
#9B04BF (or 0x9B04BF) is known color: Dark Violet. HEX triplet: 9B, 04 and BF. RGB value is (155,4,191). Sum of RGB (Red+Green+Blue) = 155+4+191=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B04BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B04BF is #64FB40. Grayscale: #454545. Windows color (decimal): -6617921 or 12518555. OLE color: 12518555.
HSL color Cylindrical-coordinate representation of color #9B04BF: hue angle of 288.45º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B04BF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 4 | 191 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.25 |
| HSL | 288.45º | 0.96% | 0.38% | - |
| HSV(B) | 288.45º | 0.98% | 0.75% | - |
| XYZ | 22.96 | 10.82 | 50.17 | - |
| YUV | 70.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 191 | 0.19 | 0.98 | 0 | 0.25 | 288.45 | 0.96 | 0.38 |
| Hex | 9B | 4 | BF | 13 | 62 | 0 | 19 | 120 | 60 | 26 |
| Octal | 233 | 4 | 277 | 23 | 142 | 0 | 31 | 440 | 140 | 46 |
| Binary | 10011011 | 100 | 10111111 | 10011 | 1100010 | 0 | 11001 | 100100000 | 1100000 | 100110 |
Color Harmonies of #9B04BF
Complementary color
Monochromatic Colors of #9B04BF
Black with #9B04BF
Text Example
Text Example
White with #9B04BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B04BF; }
p { color: rgb(155,4,191); }
H1.HeaderClassName
{
color: #9B04BF;
}
.AnyTagClassName
{
color: #9B04BF;
}
</style>
background-color css
<style>
a { background-color: #9B04BF; }
a { background-color: rgb(155,4,191); }
div.DivClassName
{
background-color: #9B04BF;
}
.BgClassName
{
background-color: #9B04BF;
}
</style>
border-color css
<style>
span { border-color: #9B04BF; }
span { border-color: rgb(155,4,191); }
td.TdClassName
{
border-color: #9B04BF;
}
.TagClassName
{
border-color: #9B04BF;
}
</style>