Shades of Blue Violet #9A41E6
Tints of Blue Violet #9A41E6
RGB
CMYK
RGB Variations
Color information
#9A41E6 (or 0x9A41E6) is known color: Blue Violet. HEX triplet: 9A, 41 and E6. RGB value is (154,65,230). Sum of RGB (Red+Green+Blue) = 154+65+230=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A41E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A41E6 is #65BE19. Grayscale: #6D6D6D. Windows color (decimal): -6667802 or 15090074. OLE color: 15090074.
HSL color Cylindrical-coordinate representation of color #9A41E6: hue angle of 272.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A41E6 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 65 | 230 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.10 |
| HSL | 272.36º | 0.77% | 0.58% | - |
| HSV(B) | 272.36º | 0.72% | 0.9% | - |
| XYZ | 29.5 | 16.36 | 76.47 | - |
| YUV | 110.42 | 195.49 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 230 | 0.33 | 0.72 | 0 | 0.10 | 272.36 | 0.77 | 0.58 |
| Hex | 9A | 41 | E6 | 21 | 48 | 0 | A | 110 | 4D | 3A |
| Octal | 232 | 101 | 346 | 41 | 110 | 0 | 12 | 420 | 115 | 72 |
| Binary | 10011010 | 1000001 | 11100110 | 100001 | 1001000 | 0 | 1010 | 100010000 | 1001101 | 111010 |
Color Harmonies of #9A41E6
Complementary color
Monochromatic Colors of #9A41E6
Black with #9A41E6
Text Example
Text Example
White with #9A41E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A41E6; }
p { color: rgb(154,65,230); }
H1.HeaderClassName
{
color: #9A41E6;
}
.AnyTagClassName
{
color: #9A41E6;
}
</style>
background-color css
<style>
a { background-color: #9A41E6; }
a { background-color: rgb(154,65,230); }
div.DivClassName
{
background-color: #9A41E6;
}
.BgClassName
{
background-color: #9A41E6;
}
</style>
border-color css
<style>
span { border-color: #9A41E6; }
span { border-color: rgb(154,65,230); }
td.TdClassName
{
border-color: #9A41E6;
}
.TagClassName
{
border-color: #9A41E6;
}
</style>