Shades of Dark Violet #9005BC
Tints of Dark Violet #9005BC
RGB
CMYK
RGB Variations
Color information
#9005BC (or 0x9005BC) is known color: Dark Violet. HEX triplet: 90, 05 and BC. RGB value is (144,5,188). Sum of RGB (Red+Green+Blue) = 144+5+188=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #9005BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005BC is #6FFA43. Grayscale: #424242. Windows color (decimal): -7338564 or 12322192. OLE color: 12322192.
HSL color Cylindrical-coordinate representation of color #9005BC: hue angle of 285.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9005BC is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 5 | 188 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.26 |
| HSL | 285.57º | 0.95% | 0.38% | - |
| HSV(B) | 285.57º | 0.97% | 0.74% | - |
| XYZ | 20.63 | 9.67 | 48.36 | - |
| YUV | 67.42 | 196.05 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 188 | 0.23 | 0.97 | 0 | 0.26 | 285.57 | 0.95 | 0.38 |
| Hex | 90 | 5 | BC | 17 | 61 | 0 | 1A | 11E | 5F | 26 |
| Octal | 220 | 5 | 274 | 27 | 141 | 0 | 32 | 436 | 137 | 46 |
| Binary | 10010000 | 101 | 10111100 | 10111 | 1100001 | 0 | 11010 | 100011110 | 1011111 | 100110 |
Color Harmonies of #9005BC
Complementary color
Monochromatic Colors of #9005BC
Black with #9005BC
Text Example
Text Example
White with #9005BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005BC; }
p { color: rgb(144,5,188); }
H1.HeaderClassName
{
color: #9005BC;
}
.AnyTagClassName
{
color: #9005BC;
}
</style>
background-color css
<style>
a { background-color: #9005BC; }
a { background-color: rgb(144,5,188); }
div.DivClassName
{
background-color: #9005BC;
}
.BgClassName
{
background-color: #9005BC;
}
</style>
border-color css
<style>
span { border-color: #9005BC; }
span { border-color: rgb(144,5,188); }
td.TdClassName
{
border-color: #9005BC;
}
.TagClassName
{
border-color: #9005BC;
}
</style>