Shades of Dark Violet #9A11BF
Tints of Dark Violet #9A11BF
RGB
CMYK
RGB Variations
Color information
#9A11BF (or 0x9A11BF) is known color: Dark Violet. HEX triplet: 9A, 11 and BF. RGB value is (154,17,191). Sum of RGB (Red+Green+Blue) = 154+17+191=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A11BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A11BF is #65EE40. Grayscale: #4D4D4D. Windows color (decimal): -6680129 or 12521882. OLE color: 12521882.
HSL color Cylindrical-coordinate representation of color #9A11BF: hue angle of 287.24º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A11BF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 17 | 191 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.25 |
| HSL | 287.24º | 0.84% | 0.41% | - |
| HSV(B) | 287.24º | 0.91% | 0.75% | - |
| XYZ | 22.93 | 11.03 | 50.21 | - |
| YUV | 77.8 | 191.89 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 191 | 0.19 | 0.91 | 0 | 0.25 | 287.24 | 0.84 | 0.41 |
| Hex | 9A | 11 | BF | 13 | 5B | 0 | 19 | 11F | 54 | 29 |
| Octal | 232 | 21 | 277 | 23 | 133 | 0 | 31 | 437 | 124 | 51 |
| Binary | 10011010 | 10001 | 10111111 | 10011 | 1011011 | 0 | 11001 | 100011111 | 1010100 | 101001 |
Color Harmonies of #9A11BF
Complementary color
Monochromatic Colors of #9A11BF
Black with #9A11BF
Text Example
Text Example
White with #9A11BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A11BF; }
p { color: rgb(154,17,191); }
H1.HeaderClassName
{
color: #9A11BF;
}
.AnyTagClassName
{
color: #9A11BF;
}
</style>
background-color css
<style>
a { background-color: #9A11BF; }
a { background-color: rgb(154,17,191); }
div.DivClassName
{
background-color: #9A11BF;
}
.BgClassName
{
background-color: #9A11BF;
}
</style>
border-color css
<style>
span { border-color: #9A11BF; }
span { border-color: rgb(154,17,191); }
td.TdClassName
{
border-color: #9A11BF;
}
.TagClassName
{
border-color: #9A11BF;
}
</style>