Shades of Blue Violet #9413FD
Tints of Blue Violet #9413FD
RGB
CMYK
RGB Variations
Color information
#9413FD (or 0x9413FD) is known color: Blue Violet. HEX triplet: 94, 13 and FD. RGB value is (148,19,253). Sum of RGB (Red+Green+Blue) = 148+19+253=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #9413FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9413FD is #6BEC02. Grayscale: #535353. Windows color (decimal): -7072771 or 16585620. OLE color: 16585620.
HSL color Cylindrical-coordinate representation of color #9413FD: hue angle of 273.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9413FD is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 19 | 253 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.01 |
| HSL | 273.08º | 0.98% | 0.53% | - |
| HSV(B) | 273.08º | 0.92% | 0.99% | - |
| XYZ | 30.18 | 13.85 | 94.01 | - |
| YUV | 84.25 | 223.24 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 253 | 0.42 | 0.92 | 0 | 0.01 | 273.08 | 0.98 | 0.53 |
| Hex | 94 | 13 | FD | 2A | 5C | 0 | 1 | 111 | 62 | 35 |
| Octal | 224 | 23 | 375 | 52 | 134 | 0 | 1 | 421 | 142 | 65 |
| Binary | 10010100 | 10011 | 11111101 | 101010 | 1011100 | 0 | 1 | 100010001 | 1100010 | 110101 |
Color Harmonies of #9413FD
Complementary color
Monochromatic Colors of #9413FD
Black with #9413FD
Text Example
Text Example
White with #9413FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9413FD; }
p { color: rgb(148,19,253); }
H1.HeaderClassName
{
color: #9413FD;
}
.AnyTagClassName
{
color: #9413FD;
}
</style>
background-color css
<style>
a { background-color: #9413FD; }
a { background-color: rgb(148,19,253); }
div.DivClassName
{
background-color: #9413FD;
}
.BgClassName
{
background-color: #9413FD;
}
</style>
border-color css
<style>
span { border-color: #9413FD; }
span { border-color: rgb(148,19,253); }
td.TdClassName
{
border-color: #9413FD;
}
.TagClassName
{
border-color: #9413FD;
}
</style>