Shades of Blue Violet #993EFB
Tints of Blue Violet #993EFB
RGB
CMYK
RGB Variations
Color information
#993EFB (or 0x993EFB) is known color: Blue Violet. HEX triplet: 99, 3E and FB. RGB value is (153,62,251). Sum of RGB (Red+Green+Blue) = 153+62+251=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #993EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EFB is #66C104. Grayscale: #6E6E6E. Windows color (decimal): -6734085 or 16465561. OLE color: 16465561.
HSL color Cylindrical-coordinate representation of color #993EFB: hue angle of 268.89º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993EFB is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 62 | 251 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.02 |
| HSL | 268.89º | 0.96% | 0.61% | - |
| HSV(B) | 268.89º | 0.75% | 0.98% | - |
| XYZ | 32.27 | 17.18 | 92.88 | - |
| YUV | 110.76 | 207.15 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 251 | 0.39 | 0.75 | 0 | 0.02 | 268.89 | 0.96 | 0.61 |
| Hex | 99 | 3E | FB | 27 | 4B | 0 | 2 | 10D | 60 | 3D |
| Octal | 231 | 76 | 373 | 47 | 113 | 0 | 2 | 415 | 140 | 75 |
| Binary | 10011001 | 111110 | 11111011 | 100111 | 1001011 | 0 | 10 | 100001101 | 1100000 | 111101 |
Color Harmonies of #993EFB
Complementary color
Monochromatic Colors of #993EFB
Black with #993EFB
Text Example
Text Example
White with #993EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EFB; }
p { color: rgb(153,62,251); }
H1.HeaderClassName
{
color: #993EFB;
}
.AnyTagClassName
{
color: #993EFB;
}
</style>
background-color css
<style>
a { background-color: #993EFB; }
a { background-color: rgb(153,62,251); }
div.DivClassName
{
background-color: #993EFB;
}
.BgClassName
{
background-color: #993EFB;
}
</style>
border-color css
<style>
span { border-color: #993EFB; }
span { border-color: rgb(153,62,251); }
td.TdClassName
{
border-color: #993EFB;
}
.TagClassName
{
border-color: #993EFB;
}
</style>