Shades of Dark Violet #9205BC
Tints of Dark Violet #9205BC
RGB
CMYK
RGB Variations
Color information
#9205BC (or 0x9205BC) is known color: Dark Violet. HEX triplet: 92, 05 and BC. RGB value is (146,5,188). Sum of RGB (Red+Green+Blue) = 146+5+188=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #9205BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9205BC is #6DFA43. Grayscale: #434343. Windows color (decimal): -7207492 or 12322194. OLE color: 12322194.
HSL color Cylindrical-coordinate representation of color #9205BC: hue angle of 286.23º 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 #9205BC is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 5 | 188 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.26 |
| HSL | 286.23º | 0.95% | 0.38% | - |
| HSV(B) | 286.23º | 0.97% | 0.74% | - |
| XYZ | 20.99 | 9.85 | 48.37 | - |
| YUV | 68.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 188 | 0.22 | 0.97 | 0 | 0.26 | 286.23 | 0.95 | 0.38 |
| Hex | 92 | 5 | BC | 16 | 61 | 0 | 1A | 11E | 5F | 26 |
| Octal | 222 | 5 | 274 | 26 | 141 | 0 | 32 | 436 | 137 | 46 |
| Binary | 10010010 | 101 | 10111100 | 10110 | 1100001 | 0 | 11010 | 100011110 | 1011111 | 100110 |
Color Harmonies of #9205BC
Complementary color
Monochromatic Colors of #9205BC
Black with #9205BC
Text Example
Text Example
White with #9205BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205BC; }
p { color: rgb(146,5,188); }
H1.HeaderClassName
{
color: #9205BC;
}
.AnyTagClassName
{
color: #9205BC;
}
</style>
background-color css
<style>
a { background-color: #9205BC; }
a { background-color: rgb(146,5,188); }
div.DivClassName
{
background-color: #9205BC;
}
.BgClassName
{
background-color: #9205BC;
}
</style>
border-color css
<style>
span { border-color: #9205BC; }
span { border-color: rgb(146,5,188); }
td.TdClassName
{
border-color: #9205BC;
}
.TagClassName
{
border-color: #9205BC;
}
</style>