Shades of Blue Violet #9518FF
Tints of Blue Violet #9518FF
RGB
CMYK
RGB Variations
Color information
#9518FF (or 0x9518FF) is known color: Blue Violet. HEX triplet: 95, 18 and FF. RGB value is (149,24,255). Sum of RGB (Red+Green+Blue) = 149+24+255=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #9518FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9518FF is #6AE700. Grayscale: #565656. Windows color (decimal): -7005953 or 16717973. OLE color: 16717973.
HSL color Cylindrical-coordinate representation of color #9518FF: hue angle of 272.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9518FF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 24 | 255 | - |
| CMYK | 0.42 | 0.91 | 0 | 0 |
| HSL | 272.47º | 1% | 0.55% | - |
| HSV(B) | 272.47º | 0.91% | 1% | - |
| XYZ | 30.77 | 14.26 | 95.74 | - |
| YUV | 87.71 | 222.41 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 255 | 0.42 | 0.91 | 0 | 0 | 272.47 | 1 | 0.55 |
| Hex | 95 | 18 | FF | 2A | 5B | 0 | 0 | 110 | 64 | 37 |
| Octal | 225 | 30 | 377 | 52 | 133 | 0 | 0 | 420 | 144 | 67 |
| Binary | 10010101 | 11000 | 11111111 | 101010 | 1011011 | 0 | 0 | 100010000 | 1100100 | 110111 |
Color Harmonies of #9518FF
Complementary color
Monochromatic Colors of #9518FF
Black with #9518FF
Text Example
Text Example
White with #9518FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9518FF; }
p { color: rgb(149,24,255); }
H1.HeaderClassName
{
color: #9518FF;
}
.AnyTagClassName
{
color: #9518FF;
}
</style>
background-color css
<style>
a { background-color: #9518FF; }
a { background-color: rgb(149,24,255); }
div.DivClassName
{
background-color: #9518FF;
}
.BgClassName
{
background-color: #9518FF;
}
</style>
border-color css
<style>
span { border-color: #9518FF; }
span { border-color: rgb(149,24,255); }
td.TdClassName
{
border-color: #9518FF;
}
.TagClassName
{
border-color: #9518FF;
}
</style>