Shades of Blue Violet #9A1ADE
Tints of Blue Violet #9A1ADE
RGB
CMYK
RGB Variations
Color information
#9A1ADE (or 0x9A1ADE) is known color: Blue Violet. HEX triplet: 9A, 1A and DE. RGB value is (154,26,222). Sum of RGB (Red+Green+Blue) = 154+26+222=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A1ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ADE is #65E521. Grayscale: #555555. Windows color (decimal): -6677794 or 14555802. OLE color: 14555802.
HSL color Cylindrical-coordinate representation of color #9A1ADE: hue angle of 279.18º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1ADE is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 26 | 222 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.13 |
| HSL | 279.18º | 0.79% | 0.49% | - |
| HSV(B) | 279.18º | 0.88% | 0.87% | - |
| XYZ | 26.88 | 12.88 | 70.18 | - |
| YUV | 86.62 | 204.41 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 222 | 0.31 | 0.88 | 0 | 0.13 | 279.18 | 0.79 | 0.49 |
| Hex | 9A | 1A | DE | 1F | 58 | 0 | D | 117 | 4F | 31 |
| Octal | 232 | 32 | 336 | 37 | 130 | 0 | 15 | 427 | 117 | 61 |
| Binary | 10011010 | 11010 | 11011110 | 11111 | 1011000 | 0 | 1101 | 100010111 | 1001111 | 110001 |
Color Harmonies of #9A1ADE
Complementary color
Monochromatic Colors of #9A1ADE
Black with #9A1ADE
Text Example
Text Example
White with #9A1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1ADE; }
p { color: rgb(154,26,222); }
H1.HeaderClassName
{
color: #9A1ADE;
}
.AnyTagClassName
{
color: #9A1ADE;
}
</style>
background-color css
<style>
a { background-color: #9A1ADE; }
a { background-color: rgb(154,26,222); }
div.DivClassName
{
background-color: #9A1ADE;
}
.BgClassName
{
background-color: #9A1ADE;
}
</style>
border-color css
<style>
span { border-color: #9A1ADE; }
span { border-color: rgb(154,26,222); }
td.TdClassName
{
border-color: #9A1ADE;
}
.TagClassName
{
border-color: #9A1ADE;
}
</style>