Shades of Dark Violet #9B0BB3
Tints of Dark Violet #9B0BB3
RGB
CMYK
RGB Variations
Color information
#9B0BB3 (or 0x9B0BB3) is known color: Dark Violet. HEX triplet: 9B, 0B and B3. RGB value is (155,11,179). Sum of RGB (Red+Green+Blue) = 155+11+179=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B0BB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0BB3 is #64F44C. Grayscale: #484848. Windows color (decimal): -6616141 or 11733915. OLE color: 11733915.
HSL color Cylindrical-coordinate representation of color #9B0BB3: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0BB3 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 11 | 179 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.30 |
| HSL | 291.43º | 0.88% | 0.37% | - |
| HSV(B) | 291.43º | 0.94% | 0.7% | - |
| XYZ | 21.77 | 10.46 | 43.52 | - |
| YUV | 73.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 179 | 0.13 | 0.94 | 0 | 0.30 | 291.43 | 0.88 | 0.37 |
| Hex | 9B | B | B3 | D | 5E | 0 | 1E | 123 | 58 | 25 |
| Octal | 233 | 13 | 263 | 15 | 136 | 0 | 36 | 443 | 130 | 45 |
| Binary | 10011011 | 1011 | 10110011 | 1101 | 1011110 | 0 | 11110 | 100100011 | 1011000 | 100101 |
Color Harmonies of #9B0BB3
Complementary color
Monochromatic Colors of #9B0BB3
Black with #9B0BB3
Text Example
Text Example
White with #9B0BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0BB3; }
p { color: rgb(155,11,179); }
H1.HeaderClassName
{
color: #9B0BB3;
}
.AnyTagClassName
{
color: #9B0BB3;
}
</style>
background-color css
<style>
a { background-color: #9B0BB3; }
a { background-color: rgb(155,11,179); }
div.DivClassName
{
background-color: #9B0BB3;
}
.BgClassName
{
background-color: #9B0BB3;
}
</style>
border-color css
<style>
span { border-color: #9B0BB3; }
span { border-color: rgb(155,11,179); }
td.TdClassName
{
border-color: #9B0BB3;
}
.TagClassName
{
border-color: #9B0BB3;
}
</style>