Shades of Dark Violet #930CBF
Tints of Dark Violet #930CBF
RGB
CMYK
RGB Variations
Color information
#930CBF (or 0x930CBF) is known color: Dark Violet. HEX triplet: 93, 0C and BF. RGB value is (147,12,191). Sum of RGB (Red+Green+Blue) = 147+12+191=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #930CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CBF is #6CF340. Grayscale: #484848. Windows color (decimal): -7140161 or 12520595. OLE color: 12520595.
HSL color Cylindrical-coordinate representation of color #930CBF: hue angle of 285.25º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930CBF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 12 | 191 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.25 |
| HSL | 285.25º | 0.88% | 0.4% | - |
| HSV(B) | 285.25º | 0.94% | 0.75% | - |
| XYZ | 21.57 | 10.23 | 50.13 | - |
| YUV | 72.77 | 194.73 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 191 | 0.23 | 0.94 | 0 | 0.25 | 285.25 | 0.88 | 0.4 |
| Hex | 93 | C | BF | 17 | 5E | 0 | 19 | 11D | 58 | 28 |
| Octal | 223 | 14 | 277 | 27 | 136 | 0 | 31 | 435 | 130 | 50 |
| Binary | 10010011 | 1100 | 10111111 | 10111 | 1011110 | 0 | 11001 | 100011101 | 1011000 | 101000 |
Color Harmonies of #930CBF
Complementary color
Monochromatic Colors of #930CBF
Black with #930CBF
Text Example
Text Example
White with #930CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930CBF; }
p { color: rgb(147,12,191); }
H1.HeaderClassName
{
color: #930CBF;
}
.AnyTagClassName
{
color: #930CBF;
}
</style>
background-color css
<style>
a { background-color: #930CBF; }
a { background-color: rgb(147,12,191); }
div.DivClassName
{
background-color: #930CBF;
}
.BgClassName
{
background-color: #930CBF;
}
</style>
border-color css
<style>
span { border-color: #930CBF; }
span { border-color: rgb(147,12,191); }
td.TdClassName
{
border-color: #930CBF;
}
.TagClassName
{
border-color: #930CBF;
}
</style>