Shades of Dark Violet #9B15C1
Tints of Dark Violet #9B15C1
RGB
CMYK
RGB Variations
Color information
#9B15C1 (or 0x9B15C1) is known color: Dark Violet. HEX triplet: 9B, 15 and C1. RGB value is (155,21,193). Sum of RGB (Red+Green+Blue) = 155+21+193=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B15C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B15C1 is #64EA3E. Grayscale: #505050. Windows color (decimal): -6613567 or 12653979. OLE color: 12653979.
HSL color Cylindrical-coordinate representation of color #9B15C1: hue angle of 286.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B15C1 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 21 | 193 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.24 |
| HSL | 286.74º | 0.8% | 0.42% | - |
| HSV(B) | 286.74º | 0.89% | 0.76% | - |
| XYZ | 23.41 | 11.36 | 51.41 | - |
| YUV | 80.67 | 191.39 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 21 | 193 | 0.20 | 0.89 | 0 | 0.24 | 286.74 | 0.8 | 0.42 |
| Hex | 9B | 15 | C1 | 14 | 59 | 0 | 18 | 11F | 50 | 2A |
| Octal | 233 | 25 | 301 | 24 | 131 | 0 | 30 | 437 | 120 | 52 |
| Binary | 10011011 | 10101 | 11000001 | 10100 | 1011001 | 0 | 11000 | 100011111 | 1010000 | 101010 |
Color Harmonies of #9B15C1
Complementary color
Monochromatic Colors of #9B15C1
Black with #9B15C1
Text Example
Text Example
White with #9B15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B15C1; }
p { color: rgb(155,21,193); }
H1.HeaderClassName
{
color: #9B15C1;
}
.AnyTagClassName
{
color: #9B15C1;
}
</style>
background-color css
<style>
a { background-color: #9B15C1; }
a { background-color: rgb(155,21,193); }
div.DivClassName
{
background-color: #9B15C1;
}
.BgClassName
{
background-color: #9B15C1;
}
</style>
border-color css
<style>
span { border-color: #9B15C1; }
span { border-color: rgb(155,21,193); }
td.TdClassName
{
border-color: #9B15C1;
}
.TagClassName
{
border-color: #9B15C1;
}
</style>