Shades of Dark Violet #9A03B9
Tints of Dark Violet #9A03B9
RGB
CMYK
RGB Variations
Color information
#9A03B9 (or 0x9A03B9) is known color: Dark Violet. HEX triplet: 9A, 03 and B9. RGB value is (154,3,185). Sum of RGB (Red+Green+Blue) = 154+3+185=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A03B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A03B9 is #65FC46. Grayscale: #444444. Windows color (decimal): -6683719 or 12125082. OLE color: 12125082.
HSL color Cylindrical-coordinate representation of color #9A03B9: hue angle of 289.78º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A03B9 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 3 | 185 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.27 |
| HSL | 289.78º | 0.97% | 0.37% | - |
| HSV(B) | 289.78º | 0.98% | 0.73% | - |
| XYZ | 22.12 | 10.44 | 46.75 | - |
| YUV | 68.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 185 | 0.17 | 0.98 | 0 | 0.27 | 289.78 | 0.97 | 0.37 |
| Hex | 9A | 3 | B9 | 11 | 62 | 0 | 1B | 122 | 61 | 25 |
| Octal | 232 | 3 | 271 | 21 | 142 | 0 | 33 | 442 | 141 | 45 |
| Binary | 10011010 | 11 | 10111001 | 10001 | 1100010 | 0 | 11011 | 100100010 | 1100001 | 100101 |
Color Harmonies of #9A03B9
Complementary color
Monochromatic Colors of #9A03B9
Black with #9A03B9
Text Example
Text Example
White with #9A03B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A03B9; }
p { color: rgb(154,3,185); }
H1.HeaderClassName
{
color: #9A03B9;
}
.AnyTagClassName
{
color: #9A03B9;
}
</style>
background-color css
<style>
a { background-color: #9A03B9; }
a { background-color: rgb(154,3,185); }
div.DivClassName
{
background-color: #9A03B9;
}
.BgClassName
{
background-color: #9A03B9;
}
</style>
border-color css
<style>
span { border-color: #9A03B9; }
span { border-color: rgb(154,3,185); }
td.TdClassName
{
border-color: #9A03B9;
}
.TagClassName
{
border-color: #9A03B9;
}
</style>