Shades of Dark Violet #9017BC
Tints of Dark Violet #9017BC
RGB
CMYK
RGB Variations
Color information
#9017BC (or 0x9017BC) is known color: Dark Violet. HEX triplet: 90, 17 and BC. RGB value is (144,23,188). Sum of RGB (Red+Green+Blue) = 144+23+188=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #9017BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9017BC is #6FE843. Grayscale: #4D4D4D. Windows color (decimal): -7333956 or 12326800. OLE color: 12326800.
HSL color Cylindrical-coordinate representation of color #9017BC: hue angle of 284º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9017BC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 23 | 188 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.26 |
| HSL | 284º | 0.78% | 0.41% | - |
| HSV(B) | 284º | 0.88% | 0.74% | - |
| XYZ | 20.89 | 10.17 | 48.44 | - |
| YUV | 77.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 188 | 0.23 | 0.88 | 0 | 0.26 | 284 | 0.78 | 0.41 |
| Hex | 90 | 17 | BC | 17 | 58 | 0 | 1A | 11C | 4E | 29 |
| Octal | 220 | 27 | 274 | 27 | 130 | 0 | 32 | 434 | 116 | 51 |
| Binary | 10010000 | 10111 | 10111100 | 10111 | 1011000 | 0 | 11010 | 100011100 | 1001110 | 101001 |
Color Harmonies of #9017BC
Complementary color
Monochromatic Colors of #9017BC
Black with #9017BC
Text Example
Text Example
White with #9017BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9017BC; }
p { color: rgb(144,23,188); }
H1.HeaderClassName
{
color: #9017BC;
}
.AnyTagClassName
{
color: #9017BC;
}
</style>
background-color css
<style>
a { background-color: #9017BC; }
a { background-color: rgb(144,23,188); }
div.DivClassName
{
background-color: #9017BC;
}
.BgClassName
{
background-color: #9017BC;
}
</style>
border-color css
<style>
span { border-color: #9017BC; }
span { border-color: rgb(144,23,188); }
td.TdClassName
{
border-color: #9017BC;
}
.TagClassName
{
border-color: #9017BC;
}
</style>