Shades of Dark Violet #9B04BC
Tints of Dark Violet #9B04BC
RGB
CMYK
RGB Variations
Color information
#9B04BC (or 0x9B04BC) is known color: Dark Violet. HEX triplet: 9B, 04 and BC. RGB value is (155,4,188). Sum of RGB (Red+Green+Blue) = 155+4+188=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B04BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B04BC is #64FB43. Grayscale: #454545. Windows color (decimal): -6617924 or 12321947. OLE color: 12321947.
HSL color Cylindrical-coordinate representation of color #9B04BC: hue angle of 289.24º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B04BC is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 4 | 188 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.26 |
| HSL | 289.24º | 0.96% | 0.38% | - |
| HSV(B) | 289.24º | 0.98% | 0.74% | - |
| XYZ | 22.64 | 10.69 | 48.45 | - |
| YUV | 70.13 | 194.53 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 188 | 0.18 | 0.98 | 0 | 0.26 | 289.24 | 0.96 | 0.38 |
| Hex | 9B | 4 | BC | 12 | 62 | 0 | 1A | 121 | 60 | 26 |
| Octal | 233 | 4 | 274 | 22 | 142 | 0 | 32 | 441 | 140 | 46 |
| Binary | 10011011 | 100 | 10111100 | 10010 | 1100010 | 0 | 11010 | 100100001 | 1100000 | 100110 |
Color Harmonies of #9B04BC
Complementary color
Monochromatic Colors of #9B04BC
Black with #9B04BC
Text Example
Text Example
White with #9B04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B04BC; }
p { color: rgb(155,4,188); }
H1.HeaderClassName
{
color: #9B04BC;
}
.AnyTagClassName
{
color: #9B04BC;
}
</style>
background-color css
<style>
a { background-color: #9B04BC; }
a { background-color: rgb(155,4,188); }
div.DivClassName
{
background-color: #9B04BC;
}
.BgClassName
{
background-color: #9B04BC;
}
</style>
border-color css
<style>
span { border-color: #9B04BC; }
span { border-color: rgb(155,4,188); }
td.TdClassName
{
border-color: #9B04BC;
}
.TagClassName
{
border-color: #9B04BC;
}
</style>