Shades of Dark Violet #9B0FCC
Tints of Dark Violet #9B0FCC
RGB
CMYK
RGB Variations
Color information
#9B0FCC (or 0x9B0FCC) is known color: Dark Violet. HEX triplet: 9B, 0F and CC. RGB value is (155,15,204). Sum of RGB (Red+Green+Blue) = 155+15+204=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B0FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0FCC is #64F033. Grayscale: #4D4D4D. Windows color (decimal): -6615092 or 13373339. OLE color: 13373339.
HSL color Cylindrical-coordinate representation of color #9B0FCC: hue angle of 284.44º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0FCC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 15 | 204 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.2 |
| HSL | 284.44º | 0.86% | 0.43% | - |
| HSV(B) | 284.44º | 0.93% | 0.8% | - |
| XYZ | 24.59 | 11.67 | 58.08 | - |
| YUV | 78.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 204 | 0.24 | 0.93 | 0 | 0.2 | 284.44 | 0.86 | 0.43 |
| Hex | 9B | F | CC | 18 | 5D | 0 | 14 | 11C | 56 | 2B |
| Octal | 233 | 17 | 314 | 30 | 135 | 0 | 24 | 434 | 126 | 53 |
| Binary | 10011011 | 1111 | 11001100 | 11000 | 1011101 | 0 | 10100 | 100011100 | 1010110 | 101011 |
Color Harmonies of #9B0FCC
Complementary color
Monochromatic Colors of #9B0FCC
Black with #9B0FCC
Text Example
Text Example
White with #9B0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0FCC; }
p { color: rgb(155,15,204); }
H1.HeaderClassName
{
color: #9B0FCC;
}
.AnyTagClassName
{
color: #9B0FCC;
}
</style>
background-color css
<style>
a { background-color: #9B0FCC; }
a { background-color: rgb(155,15,204); }
div.DivClassName
{
background-color: #9B0FCC;
}
.BgClassName
{
background-color: #9B0FCC;
}
</style>
border-color css
<style>
span { border-color: #9B0FCC; }
span { border-color: rgb(155,15,204); }
td.TdClassName
{
border-color: #9B0FCC;
}
.TagClassName
{
border-color: #9B0FCC;
}
</style>