Shades of Dark Violet #9310BC
Tints of Dark Violet #9310BC
RGB
CMYK
RGB Variations
Color information
#9310BC (or 0x9310BC) is known color: Dark Violet. HEX triplet: 93, 10 and BC. RGB value is (147,16,188). Sum of RGB (Red+Green+Blue) = 147+16+188=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #9310BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9310BC is #6CEF43. Grayscale: #4A4A4A. Windows color (decimal): -7139140 or 12325011. OLE color: 12325011.
HSL color Cylindrical-coordinate representation of color #9310BC: hue angle of 285.7º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9310BC is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 16 | 188 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.26 |
| HSL | 285.7º | 0.84% | 0.4% | - |
| HSV(B) | 285.7º | 0.91% | 0.74% | - |
| XYZ | 21.3 | 10.2 | 48.42 | - |
| YUV | 74.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 188 | 0.22 | 0.91 | 0 | 0.26 | 285.7 | 0.84 | 0.4 |
| Hex | 93 | 10 | BC | 16 | 5B | 0 | 1A | 11E | 54 | 28 |
| Octal | 223 | 20 | 274 | 26 | 133 | 0 | 32 | 436 | 124 | 50 |
| Binary | 10010011 | 10000 | 10111100 | 10110 | 1011011 | 0 | 11010 | 100011110 | 1010100 | 101000 |
Color Harmonies of #9310BC
Complementary color
Monochromatic Colors of #9310BC
Black with #9310BC
Text Example
Text Example
White with #9310BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9310BC; }
p { color: rgb(147,16,188); }
H1.HeaderClassName
{
color: #9310BC;
}
.AnyTagClassName
{
color: #9310BC;
}
</style>
background-color css
<style>
a { background-color: #9310BC; }
a { background-color: rgb(147,16,188); }
div.DivClassName
{
background-color: #9310BC;
}
.BgClassName
{
background-color: #9310BC;
}
</style>
border-color css
<style>
span { border-color: #9310BC; }
span { border-color: rgb(147,16,188); }
td.TdClassName
{
border-color: #9310BC;
}
.TagClassName
{
border-color: #9310BC;
}
</style>