Shades of Dark Violet #9403AF
Tints of Dark Violet #9403AF
RGB
CMYK
RGB Variations
Color information
#9403AF (or 0x9403AF) is known color: Dark Violet. HEX triplet: 94, 03 and AF. RGB value is (148,3,175). Sum of RGB (Red+Green+Blue) = 148+3+175=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #9403AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9403AF is #6BFC50. Grayscale: #414141. Windows color (decimal): -7076945 or 11469716. OLE color: 11469716.
HSL color Cylindrical-coordinate representation of color #9403AF: hue angle of 290.58º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9403AF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 3 | 175 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.31 |
| HSL | 290.58º | 0.97% | 0.35% | - |
| HSV(B) | 290.58º | 0.98% | 0.69% | - |
| XYZ | 19.98 | 9.46 | 41.33 | - |
| YUV | 65.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 175 | 0.15 | 0.98 | 0 | 0.31 | 290.58 | 0.97 | 0.35 |
| Hex | 94 | 3 | AF | F | 62 | 0 | 1F | 123 | 61 | 23 |
| Octal | 224 | 3 | 257 | 17 | 142 | 0 | 37 | 443 | 141 | 43 |
| Binary | 10010100 | 11 | 10101111 | 1111 | 1100010 | 0 | 11111 | 100100011 | 1100001 | 100011 |
Color Harmonies of #9403AF
Complementary color
Monochromatic Colors of #9403AF
Black with #9403AF
Text Example
Text Example
White with #9403AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9403AF; }
p { color: rgb(148,3,175); }
H1.HeaderClassName
{
color: #9403AF;
}
.AnyTagClassName
{
color: #9403AF;
}
</style>
background-color css
<style>
a { background-color: #9403AF; }
a { background-color: rgb(148,3,175); }
div.DivClassName
{
background-color: #9403AF;
}
.BgClassName
{
background-color: #9403AF;
}
</style>
border-color css
<style>
span { border-color: #9403AF; }
span { border-color: rgb(148,3,175); }
td.TdClassName
{
border-color: #9403AF;
}
.TagClassName
{
border-color: #9403AF;
}
</style>