Shades of Blue Violet #9A43E7
Tints of Blue Violet #9A43E7
RGB
CMYK
RGB Variations
Color information
#9A43E7 (or 0x9A43E7) is known color: Blue Violet. HEX triplet: 9A, 43 and E7. RGB value is (154,67,231). Sum of RGB (Red+Green+Blue) = 154+67+231=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A43E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A43E7 is #65BC18. Grayscale: #6F6F6F. Windows color (decimal): -6667289 or 15156122. OLE color: 15156122.
HSL color Cylindrical-coordinate representation of color #9A43E7: hue angle of 271.83º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A43E7 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 67 | 231 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.09 |
| HSL | 271.83º | 0.77% | 0.58% | - |
| HSV(B) | 271.83º | 0.71% | 0.91% | - |
| XYZ | 29.76 | 16.65 | 77.25 | - |
| YUV | 111.71 | 195.32 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 67 | 231 | 0.33 | 0.71 | 0 | 0.09 | 271.83 | 0.77 | 0.58 |
| Hex | 9A | 43 | E7 | 21 | 47 | 0 | 9 | 110 | 4D | 3A |
| Octal | 232 | 103 | 347 | 41 | 107 | 0 | 11 | 420 | 115 | 72 |
| Binary | 10011010 | 1000011 | 11100111 | 100001 | 1000111 | 0 | 1001 | 100010000 | 1001101 | 111010 |
Color Harmonies of #9A43E7
Complementary color
Monochromatic Colors of #9A43E7
Black with #9A43E7
Text Example
Text Example
White with #9A43E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A43E7; }
p { color: rgb(154,67,231); }
H1.HeaderClassName
{
color: #9A43E7;
}
.AnyTagClassName
{
color: #9A43E7;
}
</style>
background-color css
<style>
a { background-color: #9A43E7; }
a { background-color: rgb(154,67,231); }
div.DivClassName
{
background-color: #9A43E7;
}
.BgClassName
{
background-color: #9A43E7;
}
</style>
border-color css
<style>
span { border-color: #9A43E7; }
span { border-color: rgb(154,67,231); }
td.TdClassName
{
border-color: #9A43E7;
}
.TagClassName
{
border-color: #9A43E7;
}
</style>