Shades of Dark Violet #9303BC
Tints of Dark Violet #9303BC
RGB
CMYK
RGB Variations
Color information
#9303BC (or 0x9303BC) is known color: Dark Violet. HEX triplet: 93, 03 and BC. RGB value is (147,3,188). Sum of RGB (Red+Green+Blue) = 147+3+188=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #9303BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303BC is #6CFC43. Grayscale: #424242. Windows color (decimal): -7142468 or 12321683. OLE color: 12321683.
HSL color Cylindrical-coordinate representation of color #9303BC: hue angle of 286.7º 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 #9303BC is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 3 | 188 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.26 |
| HSL | 286.7º | 0.97% | 0.37% | - |
| HSV(B) | 286.7º | 0.98% | 0.74% | - |
| XYZ | 21.14 | 9.9 | 48.37 | - |
| YUV | 67.15 | 196.21 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 188 | 0.22 | 0.98 | 0 | 0.26 | 286.7 | 0.97 | 0.37 |
| Hex | 93 | 3 | BC | 16 | 62 | 0 | 1A | 11F | 61 | 25 |
| Octal | 223 | 3 | 274 | 26 | 142 | 0 | 32 | 437 | 141 | 45 |
| Binary | 10010011 | 11 | 10111100 | 10110 | 1100010 | 0 | 11010 | 100011111 | 1100001 | 100101 |
Color Harmonies of #9303BC
Complementary color
Monochromatic Colors of #9303BC
Black with #9303BC
Text Example
Text Example
White with #9303BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303BC; }
p { color: rgb(147,3,188); }
H1.HeaderClassName
{
color: #9303BC;
}
.AnyTagClassName
{
color: #9303BC;
}
</style>
background-color css
<style>
a { background-color: #9303BC; }
a { background-color: rgb(147,3,188); }
div.DivClassName
{
background-color: #9303BC;
}
.BgClassName
{
background-color: #9303BC;
}
</style>
border-color css
<style>
span { border-color: #9303BC; }
span { border-color: rgb(147,3,188); }
td.TdClassName
{
border-color: #9303BC;
}
.TagClassName
{
border-color: #9303BC;
}
</style>