Shades of Dark Violet #9303BD
Tints of Dark Violet #9303BD
RGB
CMYK
RGB Variations
Color information
#9303BD (or 0x9303BD) is known color: Dark Violet. HEX triplet: 93, 03 and BD. RGB value is (147,3,189). Sum of RGB (Red+Green+Blue) = 147+3+189=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #9303BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303BD is #6CFC42. Grayscale: #424242. Windows color (decimal): -7142467 or 12387219. OLE color: 12387219.
HSL color Cylindrical-coordinate representation of color #9303BD: hue angle of 286.45º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9303BD is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 3 | 189 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.26 |
| HSL | 286.45º | 0.97% | 0.38% | - |
| HSV(B) | 286.45º | 0.98% | 0.74% | - |
| XYZ | 21.25 | 9.94 | 48.94 | - |
| YUV | 67.26 | 196.71 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 189 | 0.22 | 0.98 | 0 | 0.26 | 286.45 | 0.97 | 0.38 |
| Hex | 93 | 3 | BD | 16 | 62 | 0 | 1A | 11E | 61 | 26 |
| Octal | 223 | 3 | 275 | 26 | 142 | 0 | 32 | 436 | 141 | 46 |
| Binary | 10010011 | 11 | 10111101 | 10110 | 1100010 | 0 | 11010 | 100011110 | 1100001 | 100110 |
Color Harmonies of #9303BD
Complementary color
Monochromatic Colors of #9303BD
Black with #9303BD
Text Example
Text Example
White with #9303BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303BD; }
p { color: rgb(147,3,189); }
H1.HeaderClassName
{
color: #9303BD;
}
.AnyTagClassName
{
color: #9303BD;
}
</style>
background-color css
<style>
a { background-color: #9303BD; }
a { background-color: rgb(147,3,189); }
div.DivClassName
{
background-color: #9303BD;
}
.BgClassName
{
background-color: #9303BD;
}
</style>
border-color css
<style>
span { border-color: #9303BD; }
span { border-color: rgb(147,3,189); }
td.TdClassName
{
border-color: #9303BD;
}
.TagClassName
{
border-color: #9303BD;
}
</style>