Shades of Dark Violet #9203BF
Tints of Dark Violet #9203BF
RGB
CMYK
RGB Variations
Color information
#9203BF (or 0x9203BF) is known color: Dark Violet. HEX triplet: 92, 03 and BF. RGB value is (146,3,191). Sum of RGB (Red+Green+Blue) = 146+3+191=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #9203BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9203BF is #6DFC40. Grayscale: #424242. Windows color (decimal): -7208001 or 12518290. OLE color: 12518290.
HSL color Cylindrical-coordinate representation of color #9203BF: hue angle of 285.64º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9203BF is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 3 | 191 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.25 |
| HSL | 285.64º | 0.97% | 0.38% | - |
| HSV(B) | 285.64º | 0.98% | 0.75% | - |
| XYZ | 21.29 | 9.94 | 50.09 | - |
| YUV | 67.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 191 | 0.24 | 0.98 | 0 | 0.25 | 285.64 | 0.97 | 0.38 |
| Hex | 92 | 3 | BF | 18 | 62 | 0 | 19 | 11E | 61 | 26 |
| Octal | 222 | 3 | 277 | 30 | 142 | 0 | 31 | 436 | 141 | 46 |
| Binary | 10010010 | 11 | 10111111 | 11000 | 1100010 | 0 | 11001 | 100011110 | 1100001 | 100110 |
Color Harmonies of #9203BF
Complementary color
Monochromatic Colors of #9203BF
Black with #9203BF
Text Example
Text Example
White with #9203BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9203BF; }
p { color: rgb(146,3,191); }
H1.HeaderClassName
{
color: #9203BF;
}
.AnyTagClassName
{
color: #9203BF;
}
</style>
background-color css
<style>
a { background-color: #9203BF; }
a { background-color: rgb(146,3,191); }
div.DivClassName
{
background-color: #9203BF;
}
.BgClassName
{
background-color: #9203BF;
}
</style>
border-color css
<style>
span { border-color: #9203BF; }
span { border-color: rgb(146,3,191); }
td.TdClassName
{
border-color: #9203BF;
}
.TagClassName
{
border-color: #9203BF;
}
</style>