Shades of Blue Violet #993DFE
Tints of Blue Violet #993DFE
RGB
CMYK
RGB Variations
Color information
#993DFE (or 0x993DFE) is known color: Blue Violet. HEX triplet: 99, 3D and FE. RGB value is (153,61,254). Sum of RGB (Red+Green+Blue) = 153+61+254=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #993DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993DFE is #66C201. Grayscale: #6D6D6D. Windows color (decimal): -6734338 or 16661913. OLE color: 16661913.
HSL color Cylindrical-coordinate representation of color #993DFE: hue angle of 268.6º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993DFE is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 61 | 254 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.00 |
| HSL | 268.6º | 0.99% | 0.62% | - |
| HSV(B) | 268.6º | 0.76% | 1% | - |
| XYZ | 32.7 | 17.27 | 95.38 | - |
| YUV | 110.51 | 208.98 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 254 | 0.40 | 0.76 | 0 | 0.00 | 268.6 | 0.99 | 0.62 |
| Hex | 99 | 3D | FE | 28 | 4C | 0 | 0 | 10D | 63 | 3E |
| Octal | 231 | 75 | 376 | 50 | 114 | 0 | 0 | 415 | 143 | 76 |
| Binary | 10011001 | 111101 | 11111110 | 101000 | 1001100 | 0 | 0 | 100001101 | 1100011 | 111110 |
Color Harmonies of #993DFE
Complementary color
Monochromatic Colors of #993DFE
Black with #993DFE
Text Example
Text Example
White with #993DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DFE; }
p { color: rgb(153,61,254); }
H1.HeaderClassName
{
color: #993DFE;
}
.AnyTagClassName
{
color: #993DFE;
}
</style>
background-color css
<style>
a { background-color: #993DFE; }
a { background-color: rgb(153,61,254); }
div.DivClassName
{
background-color: #993DFE;
}
.BgClassName
{
background-color: #993DFE;
}
</style>
border-color css
<style>
span { border-color: #993DFE; }
span { border-color: rgb(153,61,254); }
td.TdClassName
{
border-color: #993DFE;
}
.TagClassName
{
border-color: #993DFE;
}
</style>