Shades of Dark Violet #9B14CF
Tints of Dark Violet #9B14CF
RGB
CMYK
RGB Variations
Color information
#9B14CF (or 0x9B14CF) is known color: Dark Violet. HEX triplet: 9B, 14 and CF. RGB value is (155,20,207). Sum of RGB (Red+Green+Blue) = 155+20+207=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B14CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B14CF is #64EB30. Grayscale: #515151. Windows color (decimal): -6613809 or 13571227. OLE color: 13571227.
HSL color Cylindrical-coordinate representation of color #9B14CF: hue angle of 283.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B14CF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 20 | 207 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.19 |
| HSL | 283.32º | 0.82% | 0.45% | - |
| HSV(B) | 283.32º | 0.9% | 0.81% | - |
| XYZ | 25.03 | 11.97 | 60.02 | - |
| YUV | 81.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 207 | 0.25 | 0.90 | 0 | 0.19 | 283.32 | 0.82 | 0.45 |
| Hex | 9B | 14 | CF | 19 | 5A | 0 | 13 | 11B | 52 | 2D |
| Octal | 233 | 24 | 317 | 31 | 132 | 0 | 23 | 433 | 122 | 55 |
| Binary | 10011011 | 10100 | 11001111 | 11001 | 1011010 | 0 | 10011 | 100011011 | 1010010 | 101101 |
Color Harmonies of #9B14CF
Complementary color
Monochromatic Colors of #9B14CF
Black with #9B14CF
Text Example
Text Example
White with #9B14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B14CF; }
p { color: rgb(155,20,207); }
H1.HeaderClassName
{
color: #9B14CF;
}
.AnyTagClassName
{
color: #9B14CF;
}
</style>
background-color css
<style>
a { background-color: #9B14CF; }
a { background-color: rgb(155,20,207); }
div.DivClassName
{
background-color: #9B14CF;
}
.BgClassName
{
background-color: #9B14CF;
}
</style>
border-color css
<style>
span { border-color: #9B14CF; }
span { border-color: rgb(155,20,207); }
td.TdClassName
{
border-color: #9B14CF;
}
.TagClassName
{
border-color: #9B14CF;
}
</style>