Shades of Dark Violet #9A00BE
Tints of Dark Violet #9A00BE
RGB
CMYK
RGB Variations
Color information
#9A00BE (or 0x9A00BE) is known color: Dark Violet. HEX triplet: 9A, 00 and BE. RGB value is (154,0,190). Sum of RGB (Red+Green+Blue) = 154+0+190=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00BE is #65FF41. Grayscale: #434343. Windows color (decimal): -6684482 or 12451994. OLE color: 12451994.
HSL color Cylindrical-coordinate representation of color #9A00BE: hue angle of 288.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00BE is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 0 | 190 | - |
| CMYK | 0.19 | 1 | 0 | 0.25 |
| HSL | 288.63º | 1% | 0.37% | - |
| HSV(B) | 288.63º | 1% | 0.75% | - |
| XYZ | 22.62 | 10.59 | 49.57 | - |
| YUV | 67.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 190 | 0.19 | 1 | 0 | 0.25 | 288.63 | 1 | 0.37 |
| Hex | 9A | 0 | BE | 13 | 64 | 0 | 19 | 121 | 64 | 25 |
| Octal | 232 | 0 | 276 | 23 | 144 | 0 | 31 | 441 | 144 | 45 |
| Binary | 10011010 | 0 | 10111110 | 10011 | 1100100 | 0 | 11001 | 100100001 | 1100100 | 100101 |
Color Harmonies of #9A00BE
Complementary color
Monochromatic Colors of #9A00BE
Black with #9A00BE
Text Example
Text Example
White with #9A00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00BE; }
p { color: rgb(154,0,190); }
H1.HeaderClassName
{
color: #9A00BE;
}
.AnyTagClassName
{
color: #9A00BE;
}
</style>
background-color css
<style>
a { background-color: #9A00BE; }
a { background-color: rgb(154,0,190); }
div.DivClassName
{
background-color: #9A00BE;
}
.BgClassName
{
background-color: #9A00BE;
}
</style>
border-color css
<style>
span { border-color: #9A00BE; }
span { border-color: rgb(154,0,190); }
td.TdClassName
{
border-color: #9A00BE;
}
.TagClassName
{
border-color: #9A00BE;
}
</style>