Shades of Blue Violet #9A42E5
Tints of Blue Violet #9A42E5
RGB
CMYK
RGB Variations
Color information
#9A42E5 (or 0x9A42E5) is known color: Blue Violet. HEX triplet: 9A, 42 and E5. RGB value is (154,66,229). Sum of RGB (Red+Green+Blue) = 154+66+229=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A42E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A42E5 is #65BD1A. Grayscale: #6E6E6E. Windows color (decimal): -6667547 or 15024794. OLE color: 15024794.
HSL color Cylindrical-coordinate representation of color #9A42E5: hue angle of 272.39º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A42E5 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 66 | 229 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.10 |
| HSL | 272.39º | 0.76% | 0.58% | - |
| HSV(B) | 272.39º | 0.71% | 0.9% | - |
| XYZ | 29.42 | 16.42 | 75.75 | - |
| YUV | 110.89 | 194.65 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 66 | 229 | 0.33 | 0.71 | 0 | 0.10 | 272.39 | 0.76 | 0.58 |
| Hex | 9A | 42 | E5 | 21 | 47 | 0 | A | 110 | 4C | 3A |
| Octal | 232 | 102 | 345 | 41 | 107 | 0 | 12 | 420 | 114 | 72 |
| Binary | 10011010 | 1000010 | 11100101 | 100001 | 1000111 | 0 | 1010 | 100010000 | 1001100 | 111010 |
Color Harmonies of #9A42E5
Complementary color
Monochromatic Colors of #9A42E5
Black with #9A42E5
Text Example
Text Example
White with #9A42E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A42E5; }
p { color: rgb(154,66,229); }
H1.HeaderClassName
{
color: #9A42E5;
}
.AnyTagClassName
{
color: #9A42E5;
}
</style>
background-color css
<style>
a { background-color: #9A42E5; }
a { background-color: rgb(154,66,229); }
div.DivClassName
{
background-color: #9A42E5;
}
.BgClassName
{
background-color: #9A42E5;
}
</style>
border-color css
<style>
span { border-color: #9A42E5; }
span { border-color: rgb(154,66,229); }
td.TdClassName
{
border-color: #9A42E5;
}
.TagClassName
{
border-color: #9A42E5;
}
</style>