Shades of Dark Violet #9B05BC
Tints of Dark Violet #9B05BC
RGB
CMYK
RGB Variations
Color information
#9B05BC (or 0x9B05BC) is known color: Dark Violet. HEX triplet: 9B, 05 and BC. RGB value is (155,5,188). Sum of RGB (Red+Green+Blue) = 155+5+188=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B05BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B05BC is #64FA43. Grayscale: #464646. Windows color (decimal): -6617668 or 12322203. OLE color: 12322203.
HSL color Cylindrical-coordinate representation of color #9B05BC: hue angle of 289.18º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B05BC is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 5 | 188 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.26 |
| HSL | 289.18º | 0.95% | 0.38% | - |
| HSV(B) | 289.18º | 0.97% | 0.74% | - |
| XYZ | 22.65 | 10.71 | 48.45 | - |
| YUV | 70.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 188 | 0.18 | 0.97 | 0 | 0.26 | 289.18 | 0.95 | 0.38 |
| Hex | 9B | 5 | BC | 12 | 61 | 0 | 1A | 121 | 5F | 26 |
| Octal | 233 | 5 | 274 | 22 | 141 | 0 | 32 | 441 | 137 | 46 |
| Binary | 10011011 | 101 | 10111100 | 10010 | 1100001 | 0 | 11010 | 100100001 | 1011111 | 100110 |
Color Harmonies of #9B05BC
Complementary color
Monochromatic Colors of #9B05BC
Black with #9B05BC
Text Example
Text Example
White with #9B05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B05BC; }
p { color: rgb(155,5,188); }
H1.HeaderClassName
{
color: #9B05BC;
}
.AnyTagClassName
{
color: #9B05BC;
}
</style>
background-color css
<style>
a { background-color: #9B05BC; }
a { background-color: rgb(155,5,188); }
div.DivClassName
{
background-color: #9B05BC;
}
.BgClassName
{
background-color: #9B05BC;
}
</style>
border-color css
<style>
span { border-color: #9B05BC; }
span { border-color: rgb(155,5,188); }
td.TdClassName
{
border-color: #9B05BC;
}
.TagClassName
{
border-color: #9B05BC;
}
</style>