Shades of Blue Violet #993FFE
Tints of Blue Violet #993FFE
RGB
CMYK
RGB Variations
Color information
#993FFE (or 0x993FFE) is known color: Blue Violet. HEX triplet: 99, 3F and FE. RGB value is (153,63,254). Sum of RGB (Red+Green+Blue) = 153+63+254=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #993FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FFE is #66C001. Grayscale: #6F6F6F. Windows color (decimal): -6733826 or 16662425. OLE color: 16662425.
HSL color Cylindrical-coordinate representation of color #993FFE: hue angle of 268.27º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993FFE is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 63 | 254 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.00 |
| HSL | 268.27º | 0.99% | 0.62% | - |
| HSV(B) | 268.27º | 0.75% | 1% | - |
| XYZ | 32.8 | 17.48 | 95.41 | - |
| YUV | 111.68 | 208.32 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 254 | 0.40 | 0.75 | 0 | 0.00 | 268.27 | 0.99 | 0.62 |
| Hex | 99 | 3F | FE | 28 | 4B | 0 | 0 | 10C | 63 | 3E |
| Octal | 231 | 77 | 376 | 50 | 113 | 0 | 0 | 414 | 143 | 76 |
| Binary | 10011001 | 111111 | 11111110 | 101000 | 1001011 | 0 | 0 | 100001100 | 1100011 | 111110 |
Color Harmonies of #993FFE
Complementary color
Monochromatic Colors of #993FFE
Black with #993FFE
Text Example
Text Example
White with #993FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FFE; }
p { color: rgb(153,63,254); }
H1.HeaderClassName
{
color: #993FFE;
}
.AnyTagClassName
{
color: #993FFE;
}
</style>
background-color css
<style>
a { background-color: #993FFE; }
a { background-color: rgb(153,63,254); }
div.DivClassName
{
background-color: #993FFE;
}
.BgClassName
{
background-color: #993FFE;
}
</style>
border-color css
<style>
span { border-color: #993FFE; }
span { border-color: rgb(153,63,254); }
td.TdClassName
{
border-color: #993FFE;
}
.TagClassName
{
border-color: #993FFE;
}
</style>