Shades of Blue Violet #993BED
Tints of Blue Violet #993BED
RGB
CMYK
RGB Variations
Color information
#993BED (or 0x993BED) is known color: Blue Violet. HEX triplet: 99, 3B and ED. RGB value is (153,59,237). Sum of RGB (Red+Green+Blue) = 153+59+237=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #993BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BED is #66C412. Grayscale: #6A6A6A. Windows color (decimal): -6734867 or 15547289. OLE color: 15547289.
HSL color Cylindrical-coordinate representation of color #993BED: hue angle of 271.69º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993BED is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 59 | 237 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.07 |
| HSL | 271.69º | 0.83% | 0.58% | - |
| HSV(B) | 271.69º | 0.75% | 0.93% | - |
| XYZ | 29.99 | 16.01 | 81.63 | - |
| YUV | 107.4 | 201.14 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 237 | 0.35 | 0.75 | 0 | 0.07 | 271.69 | 0.83 | 0.58 |
| Hex | 99 | 3B | ED | 23 | 4B | 0 | 7 | 110 | 53 | 3A |
| Octal | 231 | 73 | 355 | 43 | 113 | 0 | 7 | 420 | 123 | 72 |
| Binary | 10011001 | 111011 | 11101101 | 100011 | 1001011 | 0 | 111 | 100010000 | 1010011 | 111010 |
Color Harmonies of #993BED
Complementary color
Monochromatic Colors of #993BED
Black with #993BED
Text Example
Text Example
White with #993BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BED; }
p { color: rgb(153,59,237); }
H1.HeaderClassName
{
color: #993BED;
}
.AnyTagClassName
{
color: #993BED;
}
</style>
background-color css
<style>
a { background-color: #993BED; }
a { background-color: rgb(153,59,237); }
div.DivClassName
{
background-color: #993BED;
}
.BgClassName
{
background-color: #993BED;
}
</style>
border-color css
<style>
span { border-color: #993BED; }
span { border-color: rgb(153,59,237); }
td.TdClassName
{
border-color: #993BED;
}
.TagClassName
{
border-color: #993BED;
}
</style>