Shades of Blue Violet #993BFE
Tints of Blue Violet #993BFE
RGB
CMYK
RGB Variations
Color information
#993BFE (or 0x993BFE) is known color: Blue Violet. HEX triplet: 99, 3B and FE. RGB value is (153,59,254). Sum of RGB (Red+Green+Blue) = 153+59+254=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #993BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BFE is #66C401. Grayscale: #6C6C6C. Windows color (decimal): -6734850 or 16661401. OLE color: 16661401.
HSL color Cylindrical-coordinate representation of color #993BFE: hue angle of 268.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #993BFE is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 59 | 254 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.00 |
| HSL | 268.92º | 0.99% | 0.61% | - |
| HSV(B) | 268.92º | 0.77% | 1% | - |
| XYZ | 32.59 | 17.06 | 95.34 | - |
| YUV | 109.34 | 209.64 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 254 | 0.40 | 0.77 | 0 | 0.00 | 268.92 | 0.99 | 0.61 |
| Hex | 99 | 3B | FE | 28 | 4D | 0 | 0 | 10D | 63 | 3D |
| Octal | 231 | 73 | 376 | 50 | 115 | 0 | 0 | 415 | 143 | 75 |
| Binary | 10011001 | 111011 | 11111110 | 101000 | 1001101 | 0 | 0 | 100001101 | 1100011 | 111101 |
Color Harmonies of #993BFE
Complementary color
Monochromatic Colors of #993BFE
Black with #993BFE
Text Example
Text Example
White with #993BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BFE; }
p { color: rgb(153,59,254); }
H1.HeaderClassName
{
color: #993BFE;
}
.AnyTagClassName
{
color: #993BFE;
}
</style>
background-color css
<style>
a { background-color: #993BFE; }
a { background-color: rgb(153,59,254); }
div.DivClassName
{
background-color: #993BFE;
}
.BgClassName
{
background-color: #993BFE;
}
</style>
border-color css
<style>
span { border-color: #993BFE; }
span { border-color: rgb(153,59,254); }
td.TdClassName
{
border-color: #993BFE;
}
.TagClassName
{
border-color: #993BFE;
}
</style>