Shades of Dark Violet #9303BE
Tints of Dark Violet #9303BE
RGB
CMYK
RGB Variations
Color information
#9303BE (or 0x9303BE) is known color: Dark Violet. HEX triplet: 93, 03 and BE. RGB value is (147,3,190). Sum of RGB (Red+Green+Blue) = 147+3+190=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #9303BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303BE is #6CFC41. Grayscale: #424242. Windows color (decimal): -7142466 or 12452755. OLE color: 12452755.
HSL color Cylindrical-coordinate representation of color #9303BE: hue angle of 286.2º 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 #9303BE is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 3 | 190 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.25 |
| HSL | 286.2º | 0.97% | 0.38% | - |
| HSV(B) | 286.2º | 0.98% | 0.75% | - |
| XYZ | 21.36 | 9.99 | 49.52 | - |
| YUV | 67.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 190 | 0.23 | 0.98 | 0 | 0.25 | 286.2 | 0.97 | 0.38 |
| Hex | 93 | 3 | BE | 17 | 62 | 0 | 19 | 11E | 61 | 26 |
| Octal | 223 | 3 | 276 | 27 | 142 | 0 | 31 | 436 | 141 | 46 |
| Binary | 10010011 | 11 | 10111110 | 10111 | 1100010 | 0 | 11001 | 100011110 | 1100001 | 100110 |
Color Harmonies of #9303BE
Complementary color
Monochromatic Colors of #9303BE
Black with #9303BE
Text Example
Text Example
White with #9303BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303BE; }
p { color: rgb(147,3,190); }
H1.HeaderClassName
{
color: #9303BE;
}
.AnyTagClassName
{
color: #9303BE;
}
</style>
background-color css
<style>
a { background-color: #9303BE; }
a { background-color: rgb(147,3,190); }
div.DivClassName
{
background-color: #9303BE;
}
.BgClassName
{
background-color: #9303BE;
}
</style>
border-color css
<style>
span { border-color: #9303BE; }
span { border-color: rgb(147,3,190); }
td.TdClassName
{
border-color: #9303BE;
}
.TagClassName
{
border-color: #9303BE;
}
</style>