Shades of Blue Violet #9613F8
Tints of Blue Violet #9613F8
RGB
CMYK
RGB Variations
Color information
#9613F8 (or 0x9613F8) is known color: Blue Violet. HEX triplet: 96, 13 and F8. RGB value is (150,19,248). Sum of RGB (Red+Green+Blue) = 150+19+248=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 248 (97.27% from 255 or 59.47% from 417); Max value from RGB is 248 - color contains mainly: blue. Hex color #9613F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9613F8 is #69EC07. Grayscale: #535353. Windows color (decimal): -6941704 or 16257942. OLE color: 16257942.
HSL color Cylindrical-coordinate representation of color #9613F8: hue angle of 274.32º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9613F8 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 19 | 248 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.03 |
| HSL | 274.32º | 0.94% | 0.52% | - |
| HSV(B) | 274.32º | 0.92% | 0.97% | - |
| XYZ | 29.75 | 13.73 | 89.89 | - |
| YUV | 84.28 | 220.4 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 248 | 0.40 | 0.92 | 0 | 0.03 | 274.32 | 0.94 | 0.52 |
| Hex | 96 | 13 | F8 | 28 | 5C | 0 | 3 | 112 | 5E | 34 |
| Octal | 226 | 23 | 370 | 50 | 134 | 0 | 3 | 422 | 136 | 64 |
| Binary | 10010110 | 10011 | 11111000 | 101000 | 1011100 | 0 | 11 | 100010010 | 1011110 | 110100 |
Color Harmonies of #9613F8
Complementary color
Monochromatic Colors of #9613F8
Black with #9613F8
Text Example
Text Example
White with #9613F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9613F8; }
p { color: rgb(150,19,248); }
H1.HeaderClassName
{
color: #9613F8;
}
.AnyTagClassName
{
color: #9613F8;
}
</style>
background-color css
<style>
a { background-color: #9613F8; }
a { background-color: rgb(150,19,248); }
div.DivClassName
{
background-color: #9613F8;
}
.BgClassName
{
background-color: #9613F8;
}
</style>
border-color css
<style>
span { border-color: #9613F8; }
span { border-color: rgb(150,19,248); }
td.TdClassName
{
border-color: #9613F8;
}
.TagClassName
{
border-color: #9613F8;
}
</style>