Shades of Blue Violet #993BEF
Tints of Blue Violet #993BEF
RGB
CMYK
RGB Variations
Color information
#993BEF (or 0x993BEF) is known color: Blue Violet. HEX triplet: 99, 3B and EF. RGB value is (153,59,239). Sum of RGB (Red+Green+Blue) = 153+59+239=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #993BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BEF is #66C410. Grayscale: #6B6B6B. Windows color (decimal): -6734865 or 15678361. OLE color: 15678361.
HSL color Cylindrical-coordinate representation of color #993BEF: hue angle of 271.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993BEF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 59 | 239 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.06 |
| HSL | 271.33º | 0.85% | 0.58% | - |
| HSV(B) | 271.33º | 0.75% | 0.94% | - |
| XYZ | 30.28 | 16.13 | 83.18 | - |
| YUV | 107.63 | 202.14 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 239 | 0.36 | 0.75 | 0 | 0.06 | 271.33 | 0.85 | 0.58 |
| Hex | 99 | 3B | EF | 24 | 4B | 0 | 6 | 10F | 55 | 3A |
| Octal | 231 | 73 | 357 | 44 | 113 | 0 | 6 | 417 | 125 | 72 |
| Binary | 10011001 | 111011 | 11101111 | 100100 | 1001011 | 0 | 110 | 100001111 | 1010101 | 111010 |
Color Harmonies of #993BEF
Complementary color
Monochromatic Colors of #993BEF
Black with #993BEF
Text Example
Text Example
White with #993BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BEF; }
p { color: rgb(153,59,239); }
H1.HeaderClassName
{
color: #993BEF;
}
.AnyTagClassName
{
color: #993BEF;
}
</style>
background-color css
<style>
a { background-color: #993BEF; }
a { background-color: rgb(153,59,239); }
div.DivClassName
{
background-color: #993BEF;
}
.BgClassName
{
background-color: #993BEF;
}
</style>
border-color css
<style>
span { border-color: #993BEF; }
span { border-color: rgb(153,59,239); }
td.TdClassName
{
border-color: #993BEF;
}
.TagClassName
{
border-color: #993BEF;
}
</style>