Shades of Dark Violet #9B0CCD
Tints of Dark Violet #9B0CCD
RGB
CMYK
RGB Variations
Color information
#9B0CCD (or 0x9B0CCD) is known color: Dark Violet. HEX triplet: 9B, 0C and CD. RGB value is (155,12,205). Sum of RGB (Red+Green+Blue) = 155+12+205=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0CCD is #64F332. Grayscale: #4C4C4C. Windows color (decimal): -6615859 or 13438107. OLE color: 13438107.
HSL color Cylindrical-coordinate representation of color #9B0CCD: hue angle of 284.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0CCD is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 12 | 205 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.20 |
| HSL | 284.46º | 0.89% | 0.43% | - |
| HSV(B) | 284.46º | 0.94% | 0.8% | - |
| XYZ | 24.67 | 11.64 | 58.7 | - |
| YUV | 76.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 205 | 0.24 | 0.94 | 0 | 0.20 | 284.46 | 0.89 | 0.43 |
| Hex | 9B | C | CD | 18 | 5E | 0 | 14 | 11C | 59 | 2B |
| Octal | 233 | 14 | 315 | 30 | 136 | 0 | 24 | 434 | 131 | 53 |
| Binary | 10011011 | 1100 | 11001101 | 11000 | 1011110 | 0 | 10100 | 100011100 | 1011001 | 101011 |
Color Harmonies of #9B0CCD
Complementary color
Monochromatic Colors of #9B0CCD
Black with #9B0CCD
Text Example
Text Example
White with #9B0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0CCD; }
p { color: rgb(155,12,205); }
H1.HeaderClassName
{
color: #9B0CCD;
}
.AnyTagClassName
{
color: #9B0CCD;
}
</style>
background-color css
<style>
a { background-color: #9B0CCD; }
a { background-color: rgb(155,12,205); }
div.DivClassName
{
background-color: #9B0CCD;
}
.BgClassName
{
background-color: #9B0CCD;
}
</style>
border-color css
<style>
span { border-color: #9B0CCD; }
span { border-color: rgb(155,12,205); }
td.TdClassName
{
border-color: #9B0CCD;
}
.TagClassName
{
border-color: #9B0CCD;
}
</style>