Shades of Dark Violet #9B14CB
Tints of Dark Violet #9B14CB
RGB
CMYK
RGB Variations
Color information
#9B14CB (or 0x9B14CB) is known color: Dark Violet. HEX triplet: 9B, 14 and CB. RGB value is (155,20,203). Sum of RGB (Red+Green+Blue) = 155+20+203=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B14CB is #64EB34. Grayscale: #505050. Windows color (decimal): -6613813 or 13309083. OLE color: 13309083.
HSL color Cylindrical-coordinate representation of color #9B14CB: hue angle of 284.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B14CB is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 20 | 203 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.20 |
| HSL | 284.26º | 0.82% | 0.44% | - |
| HSV(B) | 284.26º | 0.9% | 0.8% | - |
| XYZ | 24.55 | 11.78 | 57.48 | - |
| YUV | 81.23 | 196.73 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 203 | 0.24 | 0.90 | 0 | 0.20 | 284.26 | 0.82 | 0.44 |
| Hex | 9B | 14 | CB | 18 | 5A | 0 | 14 | 11C | 52 | 2C |
| Octal | 233 | 24 | 313 | 30 | 132 | 0 | 24 | 434 | 122 | 54 |
| Binary | 10011011 | 10100 | 11001011 | 11000 | 1011010 | 0 | 10100 | 100011100 | 1010010 | 101100 |
Color Harmonies of #9B14CB
Complementary color
Monochromatic Colors of #9B14CB
Black with #9B14CB
Text Example
Text Example
White with #9B14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B14CB; }
p { color: rgb(155,20,203); }
H1.HeaderClassName
{
color: #9B14CB;
}
.AnyTagClassName
{
color: #9B14CB;
}
</style>
background-color css
<style>
a { background-color: #9B14CB; }
a { background-color: rgb(155,20,203); }
div.DivClassName
{
background-color: #9B14CB;
}
.BgClassName
{
background-color: #9B14CB;
}
</style>
border-color css
<style>
span { border-color: #9B14CB; }
span { border-color: rgb(155,20,203); }
td.TdClassName
{
border-color: #9B14CB;
}
.TagClassName
{
border-color: #9B14CB;
}
</style>