Shades of Dark Violet #9B00D6
Tints of Dark Violet #9B00D6
RGB
CMYK
RGB Variations
Color information
#9B00D6 (or 0x9B00D6) is known color: Dark Violet. HEX triplet: 9B, 00 and D6. RGB value is (155,0,214). Sum of RGB (Red+Green+Blue) = 155+0+214=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 214 (83.98% from 255 or 57.99% from 369); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B00D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00D6 is #64FF29. Grayscale: #464646. Windows color (decimal): -6618922 or 14024859. OLE color: 14024859.
HSL color Cylindrical-coordinate representation of color #9B00D6: hue angle of 283.46º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00D6 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 0 | 214 | - |
| CMYK | 0.28 | 1 | 0 | 0.16 |
| HSL | 283.46º | 1% | 0.42% | - |
| HSV(B) | 283.46º | 1% | 0.84% | - |
| XYZ | 25.66 | 11.82 | 64.55 | - |
| YUV | 70.74 | 208.85 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 214 | 0.28 | 1 | 0 | 0.16 | 283.46 | 1 | 0.42 |
| Hex | 9B | 0 | D6 | 1C | 64 | 0 | 10 | 11B | 64 | 2A |
| Octal | 233 | 0 | 326 | 34 | 144 | 0 | 20 | 433 | 144 | 52 |
| Binary | 10011011 | 0 | 11010110 | 11100 | 1100100 | 0 | 10000 | 100011011 | 1100100 | 101010 |
Color Harmonies of #9B00D6
Complementary color
Monochromatic Colors of #9B00D6
Black with #9B00D6
Text Example
Text Example
White with #9B00D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00D6; }
p { color: rgb(155,0,214); }
H1.HeaderClassName
{
color: #9B00D6;
}
.AnyTagClassName
{
color: #9B00D6;
}
</style>
background-color css
<style>
a { background-color: #9B00D6; }
a { background-color: rgb(155,0,214); }
div.DivClassName
{
background-color: #9B00D6;
}
.BgClassName
{
background-color: #9B00D6;
}
</style>
border-color css
<style>
span { border-color: #9B00D6; }
span { border-color: rgb(155,0,214); }
td.TdClassName
{
border-color: #9B00D6;
}
.TagClassName
{
border-color: #9B00D6;
}
</style>