Shades of Blue Violet #9209FF
Tints of Blue Violet #9209FF
RGB
CMYK
RGB Variations
Color information
#9209FF (or 0x9209FF) is known color: Blue Violet. HEX triplet: 92, 09 and FF. RGB value is (146,9,255). Sum of RGB (Red+Green+Blue) = 146+9+255=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #9209FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9209FF is #6DF600. Grayscale: #4D4D4D. Windows color (decimal): -7206401 or 16714130. OLE color: 16714130.
HSL color Cylindrical-coordinate representation of color #9209FF: hue angle of 273.41º 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 #9209FF is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 9 | 255 | - |
| CMYK | 0.43 | 0.96 | 0 | 0 |
| HSL | 273.41º | 1% | 0.52% | - |
| HSV(B) | 273.41º | 0.96% | 1% | - |
| XYZ | 30 | 13.53 | 95.64 | - |
| YUV | 78.01 | 227.89 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 255 | 0.43 | 0.96 | 0 | 0 | 273.41 | 1 | 0.52 |
| Hex | 92 | 9 | FF | 2B | 60 | 0 | 0 | 111 | 64 | 34 |
| Octal | 222 | 11 | 377 | 53 | 140 | 0 | 0 | 421 | 144 | 64 |
| Binary | 10010010 | 1001 | 11111111 | 101011 | 1100000 | 0 | 0 | 100010001 | 1100100 | 110100 |
Color Harmonies of #9209FF
Complementary color
Monochromatic Colors of #9209FF
Black with #9209FF
Text Example
Text Example
White with #9209FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9209FF; }
p { color: rgb(146,9,255); }
H1.HeaderClassName
{
color: #9209FF;
}
.AnyTagClassName
{
color: #9209FF;
}
</style>
background-color css
<style>
a { background-color: #9209FF; }
a { background-color: rgb(146,9,255); }
div.DivClassName
{
background-color: #9209FF;
}
.BgClassName
{
background-color: #9209FF;
}
</style>
border-color css
<style>
span { border-color: #9209FF; }
span { border-color: rgb(146,9,255); }
td.TdClassName
{
border-color: #9209FF;
}
.TagClassName
{
border-color: #9209FF;
}
</style>