Shades of Dark Violet #9403DA
Tints of Dark Violet #9403DA
RGB
CMYK
RGB Variations
Color information
#9403DA (or 0x9403DA) is known color: Dark Violet. HEX triplet: 94, 03 and DA. RGB value is (148,3,218). Sum of RGB (Red+Green+Blue) = 148+3+218=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #9403DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9403DA is #6BFC25. Grayscale: #464646. Windows color (decimal): -7076902 or 14287764. OLE color: 14287764.
HSL color Cylindrical-coordinate representation of color #9403DA: hue angle of 280.47º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9403DA is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 3 | 218 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.15 |
| HSL | 280.47º | 0.97% | 0.43% | - |
| HSV(B) | 280.47º | 0.99% | 0.85% | - |
| XYZ | 24.9 | 11.42 | 67.22 | - |
| YUV | 70.87 | 211.04 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 218 | 0.32 | 0.99 | 0 | 0.15 | 280.47 | 0.97 | 0.43 |
| Hex | 94 | 3 | DA | 20 | 63 | 0 | F | 118 | 61 | 2B |
| Octal | 224 | 3 | 332 | 40 | 143 | 0 | 17 | 430 | 141 | 53 |
| Binary | 10010100 | 11 | 11011010 | 100000 | 1100011 | 0 | 1111 | 100011000 | 1100001 | 101011 |
Color Harmonies of #9403DA
Complementary color
Monochromatic Colors of #9403DA
Black with #9403DA
Text Example
Text Example
White with #9403DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9403DA; }
p { color: rgb(148,3,218); }
H1.HeaderClassName
{
color: #9403DA;
}
.AnyTagClassName
{
color: #9403DA;
}
</style>
background-color css
<style>
a { background-color: #9403DA; }
a { background-color: rgb(148,3,218); }
div.DivClassName
{
background-color: #9403DA;
}
.BgClassName
{
background-color: #9403DA;
}
</style>
border-color css
<style>
span { border-color: #9403DA; }
span { border-color: rgb(148,3,218); }
td.TdClassName
{
border-color: #9403DA;
}
.TagClassName
{
border-color: #9403DA;
}
</style>