Shades of Blue Violet #993FFF
Tints of Blue Violet #993FFF
RGB
CMYK
RGB Variations
Color information
#993FFF (or 0x993FFF) is known color: Blue Violet. HEX triplet: 99, 3F and FF. RGB value is (153,63,255). Sum of RGB (Red+Green+Blue) = 153+63+255=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #993FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FFF is #66C000. Grayscale: #6F6F6F. Windows color (decimal): -6733825 or 16727961. OLE color: 16727961.
HSL color Cylindrical-coordinate representation of color #993FFF: hue angle of 268.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993FFF is Cyan = 0.4, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 63 | 255 | - |
| CMYK | 0.4 | 0.75 | 0 | 0 |
| HSL | 268.13º | 1% | 0.62% | - |
| HSV(B) | 268.13º | 0.75% | 1% | - |
| XYZ | 32.96 | 17.55 | 96.26 | - |
| YUV | 111.8 | 208.82 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 255 | 0.4 | 0.75 | 0 | 0 | 268.13 | 1 | 0.62 |
| Hex | 99 | 3F | FF | 28 | 4B | 0 | 0 | 10C | 64 | 3E |
| Octal | 231 | 77 | 377 | 50 | 113 | 0 | 0 | 414 | 144 | 76 |
| Binary | 10011001 | 111111 | 11111111 | 101000 | 1001011 | 0 | 0 | 100001100 | 1100100 | 111110 |
Color Harmonies of #993FFF
Complementary color
Monochromatic Colors of #993FFF
Black with #993FFF
Text Example
Text Example
White with #993FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FFF; }
p { color: rgb(153,63,255); }
H1.HeaderClassName
{
color: #993FFF;
}
.AnyTagClassName
{
color: #993FFF;
}
</style>
background-color css
<style>
a { background-color: #993FFF; }
a { background-color: rgb(153,63,255); }
div.DivClassName
{
background-color: #993FFF;
}
.BgClassName
{
background-color: #993FFF;
}
</style>
border-color css
<style>
span { border-color: #993FFF; }
span { border-color: rgb(153,63,255); }
td.TdClassName
{
border-color: #993FFF;
}
.TagClassName
{
border-color: #993FFF;
}
</style>