Shades of Blue Violet #9618F9
Tints of Blue Violet #9618F9
RGB
CMYK
RGB Variations
Color information
#9618F9 (or 0x9618F9) is known color: Blue Violet. HEX triplet: 96, 18 and F9. RGB value is (150,24,249). Sum of RGB (Red+Green+Blue) = 150+24+249=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #9618F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9618F9 is #69E706. Grayscale: #565656. Windows color (decimal): -6940423 or 16324758. OLE color: 16324758.
HSL color Cylindrical-coordinate representation of color #9618F9: hue angle of 273.6º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9618F9 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 24 | 249 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.02 |
| HSL | 273.6º | 0.95% | 0.54% | - |
| HSV(B) | 273.6º | 0.9% | 0.98% | - |
| XYZ | 30 | 13.98 | 90.74 | - |
| YUV | 87.32 | 219.24 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 249 | 0.40 | 0.90 | 0 | 0.02 | 273.6 | 0.95 | 0.54 |
| Hex | 96 | 18 | F9 | 28 | 5A | 0 | 2 | 112 | 5F | 36 |
| Octal | 226 | 30 | 371 | 50 | 132 | 0 | 2 | 422 | 137 | 66 |
| Binary | 10010110 | 11000 | 11111001 | 101000 | 1011010 | 0 | 10 | 100010010 | 1011111 | 110110 |
Color Harmonies of #9618F9
Complementary color
Monochromatic Colors of #9618F9
Black with #9618F9
Text Example
Text Example
White with #9618F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9618F9; }
p { color: rgb(150,24,249); }
H1.HeaderClassName
{
color: #9618F9;
}
.AnyTagClassName
{
color: #9618F9;
}
</style>
background-color css
<style>
a { background-color: #9618F9; }
a { background-color: rgb(150,24,249); }
div.DivClassName
{
background-color: #9618F9;
}
.BgClassName
{
background-color: #9618F9;
}
</style>
border-color css
<style>
span { border-color: #9618F9; }
span { border-color: rgb(150,24,249); }
td.TdClassName
{
border-color: #9618F9;
}
.TagClassName
{
border-color: #9618F9;
}
</style>