Shades of Dark Violet #9B14CC
Tints of Dark Violet #9B14CC
RGB
CMYK
RGB Variations
Color information
#9B14CC (or 0x9B14CC) is known color: Dark Violet. HEX triplet: 9B, 14 and CC. RGB value is (155,20,204). Sum of RGB (Red+Green+Blue) = 155+20+204=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B14CC is #64EB33. Grayscale: #505050. Windows color (decimal): -6613812 or 13374619. OLE color: 13374619.
HSL color Cylindrical-coordinate representation of color #9B14CC: hue angle of 284.02º 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 #9B14CC is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 20 | 204 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.2 |
| HSL | 284.02º | 0.82% | 0.44% | - |
| HSV(B) | 284.02º | 0.9% | 0.8% | - |
| XYZ | 24.67 | 11.83 | 58.11 | - |
| YUV | 81.34 | 197.23 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 204 | 0.24 | 0.90 | 0 | 0.2 | 284.02 | 0.82 | 0.44 |
| Hex | 9B | 14 | CC | 18 | 5A | 0 | 14 | 11C | 52 | 2C |
| Octal | 233 | 24 | 314 | 30 | 132 | 0 | 24 | 434 | 122 | 54 |
| Binary | 10011011 | 10100 | 11001100 | 11000 | 1011010 | 0 | 10100 | 100011100 | 1010010 | 101100 |
Color Harmonies of #9B14CC
Complementary color
Monochromatic Colors of #9B14CC
Black with #9B14CC
Text Example
Text Example
White with #9B14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B14CC; }
p { color: rgb(155,20,204); }
H1.HeaderClassName
{
color: #9B14CC;
}
.AnyTagClassName
{
color: #9B14CC;
}
</style>
background-color css
<style>
a { background-color: #9B14CC; }
a { background-color: rgb(155,20,204); }
div.DivClassName
{
background-color: #9B14CC;
}
.BgClassName
{
background-color: #9B14CC;
}
</style>
border-color css
<style>
span { border-color: #9B14CC; }
span { border-color: rgb(155,20,204); }
td.TdClassName
{
border-color: #9B14CC;
}
.TagClassName
{
border-color: #9B14CC;
}
</style>