Shades of Blue Violet #993FFA
Tints of Blue Violet #993FFA
RGB
CMYK
RGB Variations
Color information
#993FFA (or 0x993FFA) is known color: Blue Violet. HEX triplet: 99, 3F and FA. RGB value is (153,63,250). Sum of RGB (Red+Green+Blue) = 153+63+250=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #993FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FFA is #66C005. Grayscale: #6E6E6E. Windows color (decimal): -6733830 or 16400281. OLE color: 16400281.
HSL color Cylindrical-coordinate representation of color #993FFA: hue angle of 268.88º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993FFA is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 63 | 250 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.02 |
| HSL | 268.88º | 0.95% | 0.61% | - |
| HSV(B) | 268.88º | 0.75% | 0.98% | - |
| XYZ | 32.17 | 17.23 | 92.07 | - |
| YUV | 111.23 | 206.32 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 250 | 0.39 | 0.75 | 0 | 0.02 | 268.88 | 0.95 | 0.61 |
| Hex | 99 | 3F | FA | 27 | 4B | 0 | 2 | 10D | 5F | 3D |
| Octal | 231 | 77 | 372 | 47 | 113 | 0 | 2 | 415 | 137 | 75 |
| Binary | 10011001 | 111111 | 11111010 | 100111 | 1001011 | 0 | 10 | 100001101 | 1011111 | 111101 |
Color Harmonies of #993FFA
Complementary color
Monochromatic Colors of #993FFA
Black with #993FFA
Text Example
Text Example
White with #993FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FFA; }
p { color: rgb(153,63,250); }
H1.HeaderClassName
{
color: #993FFA;
}
.AnyTagClassName
{
color: #993FFA;
}
</style>
background-color css
<style>
a { background-color: #993FFA; }
a { background-color: rgb(153,63,250); }
div.DivClassName
{
background-color: #993FFA;
}
.BgClassName
{
background-color: #993FFA;
}
</style>
border-color css
<style>
span { border-color: #993FFA; }
span { border-color: rgb(153,63,250); }
td.TdClassName
{
border-color: #993FFA;
}
.TagClassName
{
border-color: #993FFA;
}
</style>