Shades of Dark Violet #9303D0
Tints of Dark Violet #9303D0
RGB
CMYK
RGB Variations
Color information
#9303D0 (or 0x9303D0) is known color: Dark Violet. HEX triplet: 93, 03 and D0. RGB value is (147,3,208). Sum of RGB (Red+Green+Blue) = 147+3+208=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #9303D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303D0 is #6CFC2F. Grayscale: #444444. Windows color (decimal): -7142448 or 13632403. OLE color: 13632403.
HSL color Cylindrical-coordinate representation of color #9303D0: hue angle of 282.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9303D0 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 3 | 208 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.18 |
| HSL | 282.15º | 0.97% | 0.41% | - |
| HSV(B) | 282.15º | 0.99% | 0.82% | - |
| XYZ | 23.45 | 10.82 | 60.53 | - |
| YUV | 69.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 208 | 0.29 | 0.99 | 0 | 0.18 | 282.15 | 0.97 | 0.41 |
| Hex | 93 | 3 | D0 | 1D | 63 | 0 | 12 | 11A | 61 | 29 |
| Octal | 223 | 3 | 320 | 35 | 143 | 0 | 22 | 432 | 141 | 51 |
| Binary | 10010011 | 11 | 11010000 | 11101 | 1100011 | 0 | 10010 | 100011010 | 1100001 | 101001 |
Color Harmonies of #9303D0
Complementary color
Monochromatic Colors of #9303D0
Black with #9303D0
Text Example
Text Example
White with #9303D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303D0; }
p { color: rgb(147,3,208); }
H1.HeaderClassName
{
color: #9303D0;
}
.AnyTagClassName
{
color: #9303D0;
}
</style>
background-color css
<style>
a { background-color: #9303D0; }
a { background-color: rgb(147,3,208); }
div.DivClassName
{
background-color: #9303D0;
}
.BgClassName
{
background-color: #9303D0;
}
</style>
border-color css
<style>
span { border-color: #9303D0; }
span { border-color: rgb(147,3,208); }
td.TdClassName
{
border-color: #9303D0;
}
.TagClassName
{
border-color: #9303D0;
}
</style>