Shades of Dark Violet #9403DB
Tints of Dark Violet #9403DB
RGB
CMYK
RGB Variations
Color information
#9403DB (or 0x9403DB) is known color: Dark Violet. HEX triplet: 94, 03 and DB. RGB value is (148,3,219). Sum of RGB (Red+Green+Blue) = 148+3+219=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #9403DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9403DB is #6BFC24. Grayscale: #464646. Windows color (decimal): -7076901 or 14353300. OLE color: 14353300.
HSL color Cylindrical-coordinate representation of color #9403DB: hue angle of 280.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9403DB is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 3 | 219 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.14 |
| HSL | 280.28º | 0.97% | 0.44% | - |
| HSV(B) | 280.28º | 0.99% | 0.86% | - |
| XYZ | 25.03 | 11.48 | 67.91 | - |
| YUV | 70.98 | 211.54 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 219 | 0.32 | 0.99 | 0 | 0.14 | 280.28 | 0.97 | 0.44 |
| Hex | 94 | 3 | DB | 20 | 63 | 0 | E | 118 | 61 | 2C |
| Octal | 224 | 3 | 333 | 40 | 143 | 0 | 16 | 430 | 141 | 54 |
| Binary | 10010100 | 11 | 11011011 | 100000 | 1100011 | 0 | 1110 | 100011000 | 1100001 | 101100 |
Color Harmonies of #9403DB
Complementary color
Monochromatic Colors of #9403DB
Black with #9403DB
Text Example
Text Example
White with #9403DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9403DB; }
p { color: rgb(148,3,219); }
H1.HeaderClassName
{
color: #9403DB;
}
.AnyTagClassName
{
color: #9403DB;
}
</style>
background-color css
<style>
a { background-color: #9403DB; }
a { background-color: rgb(148,3,219); }
div.DivClassName
{
background-color: #9403DB;
}
.BgClassName
{
background-color: #9403DB;
}
</style>
border-color css
<style>
span { border-color: #9403DB; }
span { border-color: rgb(148,3,219); }
td.TdClassName
{
border-color: #9403DB;
}
.TagClassName
{
border-color: #9403DB;
}
</style>