Shades of Blue Violet #9A4CFF
Tints of Blue Violet #9A4CFF
RGB
CMYK
RGB Variations
Color information
#9A4CFF (or 0x9A4CFF) is known color: Blue Violet. HEX triplet: 9A, 4C and FF. RGB value is (154,76,255). Sum of RGB (Red+Green+Blue) = 154+76+255=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A4CFF is #65B300. Grayscale: #777777. Windows color (decimal): -6664961 or 16731290. OLE color: 16731290.
HSL color Cylindrical-coordinate representation of color #9A4CFF: hue angle of 266.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A4CFF is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 76 | 255 | - |
| CMYK | 0.40 | 0.70 | 0 | 0 |
| HSL | 266.15º | 1% | 0.65% | - |
| HSV(B) | 266.15º | 0.7% | 1% | - |
| XYZ | 33.96 | 19.26 | 96.54 | - |
| YUV | 119.73 | 204.34 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 255 | 0.40 | 0.70 | 0 | 0 | 266.15 | 1 | 0.65 |
| Hex | 9A | 4C | FF | 28 | 46 | 0 | 0 | 10A | 64 | 41 |
| Octal | 232 | 114 | 377 | 50 | 106 | 0 | 0 | 412 | 144 | 101 |
| Binary | 10011010 | 1001100 | 11111111 | 101000 | 1000110 | 0 | 0 | 100001010 | 1100100 | 1000001 |
Color Harmonies of #9A4CFF
Complementary color
Monochromatic Colors of #9A4CFF
Black with #9A4CFF
Text Example
Text Example
White with #9A4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4CFF; }
p { color: rgb(154,76,255); }
H1.HeaderClassName
{
color: #9A4CFF;
}
.AnyTagClassName
{
color: #9A4CFF;
}
</style>
background-color css
<style>
a { background-color: #9A4CFF; }
a { background-color: rgb(154,76,255); }
div.DivClassName
{
background-color: #9A4CFF;
}
.BgClassName
{
background-color: #9A4CFF;
}
</style>
border-color css
<style>
span { border-color: #9A4CFF; }
span { border-color: rgb(154,76,255); }
td.TdClassName
{
border-color: #9A4CFF;
}
.TagClassName
{
border-color: #9A4CFF;
}
</style>