Shades of Blue Violet #9124F9
Tints of Blue Violet #9124F9
RGB
CMYK
RGB Variations
Color information
#9124F9 (or 0x9124F9) is known color: Blue Violet. HEX triplet: 91, 24 and F9. RGB value is (145,36,249). Sum of RGB (Red+Green+Blue) = 145+36+249=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #9124F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9124F9 is #6EDB06. Grayscale: #5C5C5C. Windows color (decimal): -7265031 or 16327825. OLE color: 16327825.
HSL color Cylindrical-coordinate representation of color #9124F9: hue angle of 270.7º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9124F9 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 36 | 249 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.02 |
| HSL | 270.7º | 0.95% | 0.56% | - |
| HSV(B) | 270.7º | 0.86% | 0.98% | - |
| XYZ | 29.41 | 14.12 | 90.8 | - |
| YUV | 92.87 | 216.11 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 249 | 0.42 | 0.86 | 0 | 0.02 | 270.7 | 0.95 | 0.56 |
| Hex | 91 | 24 | F9 | 2A | 56 | 0 | 2 | 10F | 5F | 38 |
| Octal | 221 | 44 | 371 | 52 | 126 | 0 | 2 | 417 | 137 | 70 |
| Binary | 10010001 | 100100 | 11111001 | 101010 | 1010110 | 0 | 10 | 100001111 | 1011111 | 111000 |
Color Harmonies of #9124F9
Complementary color
Monochromatic Colors of #9124F9
Black with #9124F9
Text Example
Text Example
White with #9124F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9124F9; }
p { color: rgb(145,36,249); }
H1.HeaderClassName
{
color: #9124F9;
}
.AnyTagClassName
{
color: #9124F9;
}
</style>
background-color css
<style>
a { background-color: #9124F9; }
a { background-color: rgb(145,36,249); }
div.DivClassName
{
background-color: #9124F9;
}
.BgClassName
{
background-color: #9124F9;
}
</style>
border-color css
<style>
span { border-color: #9124F9; }
span { border-color: rgb(145,36,249); }
td.TdClassName
{
border-color: #9124F9;
}
.TagClassName
{
border-color: #9124F9;
}
</style>