Shades of Blue Violet #9109FF
Tints of Blue Violet #9109FF
RGB
CMYK
RGB Variations
Color information
#9109FF (or 0x9109FF) is known color: Blue Violet. HEX triplet: 91, 09 and FF. RGB value is (145,9,255). Sum of RGB (Red+Green+Blue) = 145+9+255=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #9109FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9109FF is #6EF600. Grayscale: #4C4C4C. Windows color (decimal): -7271937 or 16714129. OLE color: 16714129.
HSL color Cylindrical-coordinate representation of color #9109FF: hue angle of 273.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9109FF is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 9 | 255 | - |
| CMYK | 0.43 | 0.96 | 0 | 0 |
| HSL | 273.17º | 1% | 0.52% | - |
| HSV(B) | 273.17º | 0.96% | 1% | - |
| XYZ | 29.82 | 13.44 | 95.63 | - |
| YUV | 77.71 | 228.06 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 255 | 0.43 | 0.96 | 0 | 0 | 273.17 | 1 | 0.52 |
| Hex | 91 | 9 | FF | 2B | 60 | 0 | 0 | 111 | 64 | 34 |
| Octal | 221 | 11 | 377 | 53 | 140 | 0 | 0 | 421 | 144 | 64 |
| Binary | 10010001 | 1001 | 11111111 | 101011 | 1100000 | 0 | 0 | 100010001 | 1100100 | 110100 |
Color Harmonies of #9109FF
Complementary color
Monochromatic Colors of #9109FF
Black with #9109FF
Text Example
Text Example
White with #9109FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109FF; }
p { color: rgb(145,9,255); }
H1.HeaderClassName
{
color: #9109FF;
}
.AnyTagClassName
{
color: #9109FF;
}
</style>
background-color css
<style>
a { background-color: #9109FF; }
a { background-color: rgb(145,9,255); }
div.DivClassName
{
background-color: #9109FF;
}
.BgClassName
{
background-color: #9109FF;
}
</style>
border-color css
<style>
span { border-color: #9109FF; }
span { border-color: rgb(145,9,255); }
td.TdClassName
{
border-color: #9109FF;
}
.TagClassName
{
border-color: #9109FF;
}
</style>