Shades of Dark Violet #9B17CB
Tints of Dark Violet #9B17CB
RGB
CMYK
RGB Variations
Color information
#9B17CB (or 0x9B17CB) is known color: Dark Violet. HEX triplet: 9B, 17 and CB. RGB value is (155,23,203). Sum of RGB (Red+Green+Blue) = 155+23+203=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B17CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B17CB is #64E834. Grayscale: #525252. Windows color (decimal): -6613045 or 13309851. OLE color: 13309851.
HSL color Cylindrical-coordinate representation of color #9B17CB: hue angle of 284º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B17CB is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 23 | 203 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.20 |
| HSL | 284º | 0.8% | 0.44% | - |
| HSV(B) | 284º | 0.89% | 0.8% | - |
| XYZ | 24.6 | 11.89 | 57.5 | - |
| YUV | 82.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 203 | 0.24 | 0.89 | 0 | 0.20 | 284 | 0.8 | 0.44 |
| Hex | 9B | 17 | CB | 18 | 59 | 0 | 14 | 11C | 50 | 2C |
| Octal | 233 | 27 | 313 | 30 | 131 | 0 | 24 | 434 | 120 | 54 |
| Binary | 10011011 | 10111 | 11001011 | 11000 | 1011001 | 0 | 10100 | 100011100 | 1010000 | 101100 |
Color Harmonies of #9B17CB
Complementary color
Monochromatic Colors of #9B17CB
Black with #9B17CB
Text Example
Text Example
White with #9B17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B17CB; }
p { color: rgb(155,23,203); }
H1.HeaderClassName
{
color: #9B17CB;
}
.AnyTagClassName
{
color: #9B17CB;
}
</style>
background-color css
<style>
a { background-color: #9B17CB; }
a { background-color: rgb(155,23,203); }
div.DivClassName
{
background-color: #9B17CB;
}
.BgClassName
{
background-color: #9B17CB;
}
</style>
border-color css
<style>
span { border-color: #9B17CB; }
span { border-color: rgb(155,23,203); }
td.TdClassName
{
border-color: #9B17CB;
}
.TagClassName
{
border-color: #9B17CB;
}
</style>