Shades of Dark Violet #9B06CA
Tints of Dark Violet #9B06CA
RGB
CMYK
RGB Variations
Color information
#9B06CA (or 0x9B06CA) is known color: Dark Violet. HEX triplet: 9B, 06 and CA. RGB value is (155,6,202). Sum of RGB (Red+Green+Blue) = 155+6+202=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B06CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B06CA is #64F935. Grayscale: #484848. Windows color (decimal): -6617398 or 13239963. OLE color: 13239963.
HSL color Cylindrical-coordinate representation of color #9B06CA: hue angle of 285.61º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B06CA is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 6 | 202 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.21 |
| HSL | 285.61º | 0.94% | 0.41% | - |
| HSV(B) | 285.61º | 0.97% | 0.79% | - |
| XYZ | 24.24 | 11.36 | 56.79 | - |
| YUV | 72.9 | 200.86 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 202 | 0.23 | 0.97 | 0 | 0.21 | 285.61 | 0.94 | 0.41 |
| Hex | 9B | 6 | CA | 17 | 61 | 0 | 15 | 11E | 5E | 29 |
| Octal | 233 | 6 | 312 | 27 | 141 | 0 | 25 | 436 | 136 | 51 |
| Binary | 10011011 | 110 | 11001010 | 10111 | 1100001 | 0 | 10101 | 100011110 | 1011110 | 101001 |
Color Harmonies of #9B06CA
Complementary color
Monochromatic Colors of #9B06CA
Black with #9B06CA
Text Example
Text Example
White with #9B06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B06CA; }
p { color: rgb(155,6,202); }
H1.HeaderClassName
{
color: #9B06CA;
}
.AnyTagClassName
{
color: #9B06CA;
}
</style>
background-color css
<style>
a { background-color: #9B06CA; }
a { background-color: rgb(155,6,202); }
div.DivClassName
{
background-color: #9B06CA;
}
.BgClassName
{
background-color: #9B06CA;
}
</style>
border-color css
<style>
span { border-color: #9B06CA; }
span { border-color: rgb(155,6,202); }
td.TdClassName
{
border-color: #9B06CA;
}
.TagClassName
{
border-color: #9B06CA;
}
</style>