Shades of Dark Violet #9B15CA
Tints of Dark Violet #9B15CA
RGB
CMYK
RGB Variations
Color information
#9B15CA (or 0x9B15CA) is known color: Dark Violet. HEX triplet: 9B, 15 and CA. RGB value is (155,21,202). Sum of RGB (Red+Green+Blue) = 155+21+202=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B15CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B15CA is #64EA35. Grayscale: #515151. Windows color (decimal): -6613558 or 13243803. OLE color: 13243803.
HSL color Cylindrical-coordinate representation of color #9B15CA: hue angle of 284.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B15CA is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 21 | 202 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.21 |
| HSL | 284.42º | 0.81% | 0.44% | - |
| HSV(B) | 284.42º | 0.9% | 0.79% | - |
| XYZ | 24.45 | 11.77 | 56.86 | - |
| YUV | 81.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 21 | 202 | 0.23 | 0.90 | 0 | 0.21 | 284.42 | 0.81 | 0.44 |
| Hex | 9B | 15 | CA | 17 | 5A | 0 | 15 | 11C | 51 | 2C |
| Octal | 233 | 25 | 312 | 27 | 132 | 0 | 25 | 434 | 121 | 54 |
| Binary | 10011011 | 10101 | 11001010 | 10111 | 1011010 | 0 | 10101 | 100011100 | 1010001 | 101100 |
Color Harmonies of #9B15CA
Complementary color
Monochromatic Colors of #9B15CA
Black with #9B15CA
Text Example
Text Example
White with #9B15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B15CA; }
p { color: rgb(155,21,202); }
H1.HeaderClassName
{
color: #9B15CA;
}
.AnyTagClassName
{
color: #9B15CA;
}
</style>
background-color css
<style>
a { background-color: #9B15CA; }
a { background-color: rgb(155,21,202); }
div.DivClassName
{
background-color: #9B15CA;
}
.BgClassName
{
background-color: #9B15CA;
}
</style>
border-color css
<style>
span { border-color: #9B15CA; }
span { border-color: rgb(155,21,202); }
td.TdClassName
{
border-color: #9B15CA;
}
.TagClassName
{
border-color: #9B15CA;
}
</style>