Shades of Blue Violet #993CFE
Tints of Blue Violet #993CFE
RGB
CMYK
RGB Variations
Color information
#993CFE (or 0x993CFE) is known color: Blue Violet. HEX triplet: 99, 3C and FE. RGB value is (153,60,254). Sum of RGB (Red+Green+Blue) = 153+60+254=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #993CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CFE is #66C301. Grayscale: #6D6D6D. Windows color (decimal): -6734594 or 16661657. OLE color: 16661657.
HSL color Cylindrical-coordinate representation of color #993CFE: hue angle of 268.76º 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 #993CFE is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 60 | 254 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.00 |
| HSL | 268.76º | 0.99% | 0.62% | - |
| HSV(B) | 268.76º | 0.76% | 1% | - |
| XYZ | 32.64 | 17.16 | 95.36 | - |
| YUV | 109.92 | 209.31 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 254 | 0.40 | 0.76 | 0 | 0.00 | 268.76 | 0.99 | 0.62 |
| Hex | 99 | 3C | FE | 28 | 4C | 0 | 0 | 10D | 63 | 3E |
| Octal | 231 | 74 | 376 | 50 | 114 | 0 | 0 | 415 | 143 | 76 |
| Binary | 10011001 | 111100 | 11111110 | 101000 | 1001100 | 0 | 0 | 100001101 | 1100011 | 111110 |
Color Harmonies of #993CFE
Complementary color
Monochromatic Colors of #993CFE
Black with #993CFE
Text Example
Text Example
White with #993CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CFE; }
p { color: rgb(153,60,254); }
H1.HeaderClassName
{
color: #993CFE;
}
.AnyTagClassName
{
color: #993CFE;
}
</style>
background-color css
<style>
a { background-color: #993CFE; }
a { background-color: rgb(153,60,254); }
div.DivClassName
{
background-color: #993CFE;
}
.BgClassName
{
background-color: #993CFE;
}
</style>
border-color css
<style>
span { border-color: #993CFE; }
span { border-color: rgb(153,60,254); }
td.TdClassName
{
border-color: #993CFE;
}
.TagClassName
{
border-color: #993CFE;
}
</style>