Shades of Dark Violet #9B00DA
Tints of Dark Violet #9B00DA
RGB
CMYK
RGB Variations
Color information
#9B00DA (or 0x9B00DA) is known color: Dark Violet. HEX triplet: 9B, 00 and DA. RGB value is (155,0,218). Sum of RGB (Red+Green+Blue) = 155+0+218=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B00DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00DA is #64FF25. Grayscale: #464646. Windows color (decimal): -6618918 or 14287003. OLE color: 14287003.
HSL color Cylindrical-coordinate representation of color #9B00DA: hue angle of 282.66º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00DA is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 0 | 218 | - |
| CMYK | 0.29 | 1 | 0 | 0.15 |
| HSL | 282.66º | 1% | 0.43% | - |
| HSV(B) | 282.66º | 1% | 0.85% | - |
| XYZ | 26.17 | 12.03 | 67.27 | - |
| YUV | 71.2 | 210.85 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 218 | 0.29 | 1 | 0 | 0.15 | 282.66 | 1 | 0.43 |
| Hex | 9B | 0 | DA | 1D | 64 | 0 | F | 11B | 64 | 2B |
| Octal | 233 | 0 | 332 | 35 | 144 | 0 | 17 | 433 | 144 | 53 |
| Binary | 10011011 | 0 | 11011010 | 11101 | 1100100 | 0 | 1111 | 100011011 | 1100100 | 101011 |
Color Harmonies of #9B00DA
Complementary color
Monochromatic Colors of #9B00DA
Black with #9B00DA
Text Example
Text Example
White with #9B00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00DA; }
p { color: rgb(155,0,218); }
H1.HeaderClassName
{
color: #9B00DA;
}
.AnyTagClassName
{
color: #9B00DA;
}
</style>
background-color css
<style>
a { background-color: #9B00DA; }
a { background-color: rgb(155,0,218); }
div.DivClassName
{
background-color: #9B00DA;
}
.BgClassName
{
background-color: #9B00DA;
}
</style>
border-color css
<style>
span { border-color: #9B00DA; }
span { border-color: rgb(155,0,218); }
td.TdClassName
{
border-color: #9B00DA;
}
.TagClassName
{
border-color: #9B00DA;
}
</style>