Shades of Dark Violet #9303D7
Tints of Dark Violet #9303D7
RGB
CMYK
RGB Variations
Color information
#9303D7 (or 0x9303D7) is known color: Dark Violet. HEX triplet: 93, 03 and D7. RGB value is (147,3,215). Sum of RGB (Red+Green+Blue) = 147+3+215=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #9303D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303D7 is #6CFC28. Grayscale: #454545. Windows color (decimal): -7142441 or 14091155. OLE color: 14091155.
HSL color Cylindrical-coordinate representation of color #9303D7: hue angle of 280.75º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9303D7 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 3 | 215 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.16 |
| HSL | 280.75º | 0.97% | 0.43% | - |
| HSV(B) | 280.75º | 0.99% | 0.84% | - |
| XYZ | 24.33 | 11.17 | 65.16 | - |
| YUV | 70.22 | 209.71 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 215 | 0.32 | 0.99 | 0 | 0.16 | 280.75 | 0.97 | 0.43 |
| Hex | 93 | 3 | D7 | 20 | 63 | 0 | 10 | 119 | 61 | 2B |
| Octal | 223 | 3 | 327 | 40 | 143 | 0 | 20 | 431 | 141 | 53 |
| Binary | 10010011 | 11 | 11010111 | 100000 | 1100011 | 0 | 10000 | 100011001 | 1100001 | 101011 |
Color Harmonies of #9303D7
Complementary color
Monochromatic Colors of #9303D7
Black with #9303D7
Text Example
Text Example
White with #9303D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303D7; }
p { color: rgb(147,3,215); }
H1.HeaderClassName
{
color: #9303D7;
}
.AnyTagClassName
{
color: #9303D7;
}
</style>
background-color css
<style>
a { background-color: #9303D7; }
a { background-color: rgb(147,3,215); }
div.DivClassName
{
background-color: #9303D7;
}
.BgClassName
{
background-color: #9303D7;
}
</style>
border-color css
<style>
span { border-color: #9303D7; }
span { border-color: rgb(147,3,215); }
td.TdClassName
{
border-color: #9303D7;
}
.TagClassName
{
border-color: #9303D7;
}
</style>