Shades of Dark Violet #9203BC
Tints of Dark Violet #9203BC
RGB
CMYK
RGB Variations
Color information
#9203BC (or 0x9203BC) is known color: Dark Violet. HEX triplet: 92, 03 and BC. RGB value is (146,3,188). Sum of RGB (Red+Green+Blue) = 146+3+188=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 3 (1.56% from 255 or 0.89% 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 #9203BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9203BC is #6DFC43. Grayscale: #424242. Windows color (decimal): -7208004 or 12321682. OLE color: 12321682.
HSL color Cylindrical-coordinate representation of color #9203BC: hue angle of 286.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9203BC is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 3 | 188 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.26 |
| HSL | 286.38º | 0.97% | 0.37% | - |
| HSV(B) | 286.38º | 0.98% | 0.74% | - |
| XYZ | 20.96 | 9.81 | 48.36 | - |
| YUV | 66.85 | 196.38 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 188 | 0.22 | 0.98 | 0 | 0.26 | 286.38 | 0.97 | 0.37 |
| Hex | 92 | 3 | BC | 16 | 62 | 0 | 1A | 11E | 61 | 25 |
| Octal | 222 | 3 | 274 | 26 | 142 | 0 | 32 | 436 | 141 | 45 |
| Binary | 10010010 | 11 | 10111100 | 10110 | 1100010 | 0 | 11010 | 100011110 | 1100001 | 100101 |
Color Harmonies of #9203BC
Complementary color
Monochromatic Colors of #9203BC
Black with #9203BC
Text Example
Text Example
White with #9203BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9203BC; }
p { color: rgb(146,3,188); }
H1.HeaderClassName
{
color: #9203BC;
}
.AnyTagClassName
{
color: #9203BC;
}
</style>
background-color css
<style>
a { background-color: #9203BC; }
a { background-color: rgb(146,3,188); }
div.DivClassName
{
background-color: #9203BC;
}
.BgClassName
{
background-color: #9203BC;
}
</style>
border-color css
<style>
span { border-color: #9203BC; }
span { border-color: rgb(146,3,188); }
td.TdClassName
{
border-color: #9203BC;
}
.TagClassName
{
border-color: #9203BC;
}
</style>