Shades of Dark Violet #9200BC
Tints of Dark Violet #9200BC
RGB
CMYK
RGB Variations
Color information
#9200BC (or 0x9200BC) is known color: Dark Violet. HEX triplet: 92, 00 and BC. RGB value is (146,0,188). Sum of RGB (Red+Green+Blue) = 146+0+188=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #9200BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9200BC is #6DFF43. Grayscale: #404040. Windows color (decimal): -7208772 or 12320914. OLE color: 12320914.
HSL color Cylindrical-coordinate representation of color #9200BC: hue angle of 286.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200BC is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 0 | 188 | - |
| CMYK | 0.22 | 1 | 0 | 0.26 |
| HSL | 286.6º | 1% | 0.37% | - |
| HSV(B) | 286.6º | 1% | 0.74% | - |
| XYZ | 20.93 | 9.74 | 48.35 | - |
| YUV | 65.09 | 197.37 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 188 | 0.22 | 1 | 0 | 0.26 | 286.6 | 1 | 0.37 |
| Hex | 92 | 0 | BC | 16 | 64 | 0 | 1A | 11F | 64 | 25 |
| Octal | 222 | 0 | 274 | 26 | 144 | 0 | 32 | 437 | 144 | 45 |
| Binary | 10010010 | 0 | 10111100 | 10110 | 1100100 | 0 | 11010 | 100011111 | 1100100 | 100101 |
Color Harmonies of #9200BC
Complementary color
Monochromatic Colors of #9200BC
Black with #9200BC
Text Example
Text Example
White with #9200BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9200BC; }
p { color: rgb(146,0,188); }
H1.HeaderClassName
{
color: #9200BC;
}
.AnyTagClassName
{
color: #9200BC;
}
</style>
background-color css
<style>
a { background-color: #9200BC; }
a { background-color: rgb(146,0,188); }
div.DivClassName
{
background-color: #9200BC;
}
.BgClassName
{
background-color: #9200BC;
}
</style>
border-color css
<style>
span { border-color: #9200BC; }
span { border-color: rgb(146,0,188); }
td.TdClassName
{
border-color: #9200BC;
}
.TagClassName
{
border-color: #9200BC;
}
</style>