Shades of Blue Violet #9513FF
Tints of Blue Violet #9513FF
RGB
CMYK
RGB Variations
Color information
#9513FF (or 0x9513FF) is known color: Blue Violet. HEX triplet: 95, 13 and FF. RGB value is (149,19,255). Sum of RGB (Red+Green+Blue) = 149+19+255=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #9513FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9513FF is #6AEC00. Grayscale: #535353. Windows color (decimal): -7007233 or 16716693. OLE color: 16716693.
HSL color Cylindrical-coordinate representation of color #9513FF: hue angle of 273.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9513FF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 19 | 255 | - |
| CMYK | 0.42 | 0.93 | 0 | 0 |
| HSL | 273.05º | 1% | 0.54% | - |
| HSV(B) | 273.05º | 0.93% | 1% | - |
| XYZ | 30.68 | 14.08 | 95.71 | - |
| YUV | 84.77 | 224.07 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 255 | 0.42 | 0.93 | 0 | 0 | 273.05 | 1 | 0.54 |
| Hex | 95 | 13 | FF | 2A | 5D | 0 | 0 | 111 | 64 | 36 |
| Octal | 225 | 23 | 377 | 52 | 135 | 0 | 0 | 421 | 144 | 66 |
| Binary | 10010101 | 10011 | 11111111 | 101010 | 1011101 | 0 | 0 | 100010001 | 1100100 | 110110 |
Color Harmonies of #9513FF
Complementary color
Monochromatic Colors of #9513FF
Black with #9513FF
Text Example
Text Example
White with #9513FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9513FF; }
p { color: rgb(149,19,255); }
H1.HeaderClassName
{
color: #9513FF;
}
.AnyTagClassName
{
color: #9513FF;
}
</style>
background-color css
<style>
a { background-color: #9513FF; }
a { background-color: rgb(149,19,255); }
div.DivClassName
{
background-color: #9513FF;
}
.BgClassName
{
background-color: #9513FF;
}
</style>
border-color css
<style>
span { border-color: #9513FF; }
span { border-color: rgb(149,19,255); }
td.TdClassName
{
border-color: #9513FF;
}
.TagClassName
{
border-color: #9513FF;
}
</style>