Shades of Dark Violet #9A01BA
Tints of Dark Violet #9A01BA
RGB
CMYK
RGB Variations
Color information
#9A01BA (or 0x9A01BA) is known color: Dark Violet. HEX triplet: 9A, 01 and BA. RGB value is (154,1,186). Sum of RGB (Red+Green+Blue) = 154+1+186=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A01BA is #65FE45. Grayscale: #434343. Windows color (decimal): -6684230 or 12190106. OLE color: 12190106.
HSL color Cylindrical-coordinate representation of color #9A01BA: hue angle of 289.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A01BA is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 1 | 186 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.27 |
| HSL | 289.62º | 0.99% | 0.37% | - |
| HSV(B) | 289.62º | 0.99% | 0.73% | - |
| XYZ | 22.2 | 10.44 | 47.3 | - |
| YUV | 67.84 | 194.69 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 186 | 0.17 | 0.99 | 0 | 0.27 | 289.62 | 0.99 | 0.37 |
| Hex | 9A | 1 | BA | 11 | 63 | 0 | 1B | 122 | 63 | 25 |
| Octal | 232 | 1 | 272 | 21 | 143 | 0 | 33 | 442 | 143 | 45 |
| Binary | 10011010 | 1 | 10111010 | 10001 | 1100011 | 0 | 11011 | 100100010 | 1100011 | 100101 |
Color Harmonies of #9A01BA
Complementary color
Monochromatic Colors of #9A01BA
Black with #9A01BA
Text Example
Text Example
White with #9A01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A01BA; }
p { color: rgb(154,1,186); }
H1.HeaderClassName
{
color: #9A01BA;
}
.AnyTagClassName
{
color: #9A01BA;
}
</style>
background-color css
<style>
a { background-color: #9A01BA; }
a { background-color: rgb(154,1,186); }
div.DivClassName
{
background-color: #9A01BA;
}
.BgClassName
{
background-color: #9A01BA;
}
</style>
border-color css
<style>
span { border-color: #9A01BA; }
span { border-color: rgb(154,1,186); }
td.TdClassName
{
border-color: #9A01BA;
}
.TagClassName
{
border-color: #9A01BA;
}
</style>