Shades of Blue Violet #9945FF
Tints of Blue Violet #9945FF
RGB
CMYK
RGB Variations
Color information
#9945FF (or 0x9945FF) is known color: Blue Violet. HEX triplet: 99, 45 and FF. RGB value is (153,69,255). Sum of RGB (Red+Green+Blue) = 153+69+255=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #9945FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9945FF is #66BA00. Grayscale: #727272. Windows color (decimal): -6732289 or 16729497. OLE color: 16729497.
HSL color Cylindrical-coordinate representation of color #9945FF: hue angle of 267.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9945FF is Cyan = 0.4, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 69 | 255 | - |
| CMYK | 0.4 | 0.73 | 0 | 0 |
| HSL | 267.1º | 1% | 0.64% | - |
| HSV(B) | 267.1º | 0.73% | 1% | - |
| XYZ | 33.31 | 18.25 | 96.37 | - |
| YUV | 115.32 | 206.83 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 255 | 0.4 | 0.73 | 0 | 0 | 267.1 | 1 | 0.64 |
| Hex | 99 | 45 | FF | 28 | 49 | 0 | 0 | 10B | 64 | 40 |
| Octal | 231 | 105 | 377 | 50 | 111 | 0 | 0 | 413 | 144 | 100 |
| Binary | 10011001 | 1000101 | 11111111 | 101000 | 1001001 | 0 | 0 | 100001011 | 1100100 | 1000000 |
Color Harmonies of #9945FF
Complementary color
Monochromatic Colors of #9945FF
Black with #9945FF
Text Example
Text Example
White with #9945FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9945FF; }
p { color: rgb(153,69,255); }
H1.HeaderClassName
{
color: #9945FF;
}
.AnyTagClassName
{
color: #9945FF;
}
</style>
background-color css
<style>
a { background-color: #9945FF; }
a { background-color: rgb(153,69,255); }
div.DivClassName
{
background-color: #9945FF;
}
.BgClassName
{
background-color: #9945FF;
}
</style>
border-color css
<style>
span { border-color: #9945FF; }
span { border-color: rgb(153,69,255); }
td.TdClassName
{
border-color: #9945FF;
}
.TagClassName
{
border-color: #9945FF;
}
</style>