Shades of Blue Violet #9518F3
Tints of Blue Violet #9518F3
RGB
CMYK
RGB Variations
Color information
#9518F3 (or 0x9518F3) is known color: Blue Violet. HEX triplet: 95, 18 and F3. RGB value is (149,24,243). Sum of RGB (Red+Green+Blue) = 149+24+243=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #9518F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9518F3 is #6AE70C. Grayscale: #555555. Windows color (decimal): -7005965 or 15931541. OLE color: 15931541.
HSL color Cylindrical-coordinate representation of color #9518F3: hue angle of 274.25º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9518F3 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 24 | 243 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.05 |
| HSL | 274.25º | 0.9% | 0.52% | - |
| HSV(B) | 274.25º | 0.9% | 0.95% | - |
| XYZ | 28.9 | 13.51 | 85.88 | - |
| YUV | 86.34 | 216.41 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 243 | 0.39 | 0.90 | 0 | 0.05 | 274.25 | 0.9 | 0.52 |
| Hex | 95 | 18 | F3 | 27 | 5A | 0 | 5 | 112 | 5A | 34 |
| Octal | 225 | 30 | 363 | 47 | 132 | 0 | 5 | 422 | 132 | 64 |
| Binary | 10010101 | 11000 | 11110011 | 100111 | 1011010 | 0 | 101 | 100010010 | 1011010 | 110100 |
Color Harmonies of #9518F3
Complementary color
Monochromatic Colors of #9518F3
Black with #9518F3
Text Example
Text Example
White with #9518F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9518F3; }
p { color: rgb(149,24,243); }
H1.HeaderClassName
{
color: #9518F3;
}
.AnyTagClassName
{
color: #9518F3;
}
</style>
background-color css
<style>
a { background-color: #9518F3; }
a { background-color: rgb(149,24,243); }
div.DivClassName
{
background-color: #9518F3;
}
.BgClassName
{
background-color: #9518F3;
}
</style>
border-color css
<style>
span { border-color: #9518F3; }
span { border-color: rgb(149,24,243); }
td.TdClassName
{
border-color: #9518F3;
}
.TagClassName
{
border-color: #9518F3;
}
</style>