Shades of Dark Violet #9F10CB
Tints of Dark Violet #9F10CB
RGB
CMYK
RGB Variations
Color information
#9F10CB (or 0x9F10CB) is known color: Dark Violet. HEX triplet: 9F, 10 and CB. RGB value is (159,16,203). Sum of RGB (Red+Green+Blue) = 159+16+203=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F10CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10CB is #60EF34. Grayscale: #4F4F4F. Windows color (decimal): -6352693 or 13308063. OLE color: 13308063.
HSL color Cylindrical-coordinate representation of color #9F10CB: hue angle of 285.88º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F10CB is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 16 | 203 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.20 |
| HSL | 285.88º | 0.85% | 0.43% | - |
| HSV(B) | 285.88º | 0.92% | 0.8% | - |
| XYZ | 25.26 | 12.05 | 57.49 | - |
| YUV | 80.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 203 | 0.22 | 0.92 | 0 | 0.20 | 285.88 | 0.85 | 0.43 |
| Hex | 9F | 10 | CB | 16 | 5C | 0 | 14 | 11E | 55 | 2B |
| Octal | 237 | 20 | 313 | 26 | 134 | 0 | 24 | 436 | 125 | 53 |
| Binary | 10011111 | 10000 | 11001011 | 10110 | 1011100 | 0 | 10100 | 100011110 | 1010101 | 101011 |
Color Harmonies of #9F10CB
Complementary color
Monochromatic Colors of #9F10CB
Black with #9F10CB
Text Example
Text Example
White with #9F10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F10CB; }
p { color: rgb(159,16,203); }
H1.HeaderClassName
{
color: #9F10CB;
}
.AnyTagClassName
{
color: #9F10CB;
}
</style>
background-color css
<style>
a { background-color: #9F10CB; }
a { background-color: rgb(159,16,203); }
div.DivClassName
{
background-color: #9F10CB;
}
.BgClassName
{
background-color: #9F10CB;
}
</style>
border-color css
<style>
span { border-color: #9F10CB; }
span { border-color: rgb(159,16,203); }
td.TdClassName
{
border-color: #9F10CB;
}
.TagClassName
{
border-color: #9F10CB;
}
</style>