Shades of Blue Violet #993BFD
Tints of Blue Violet #993BFD
RGB
CMYK
RGB Variations
Color information
#993BFD (or 0x993BFD) is known color: Blue Violet. HEX triplet: 99, 3B and FD. RGB value is (153,59,253). Sum of RGB (Red+Green+Blue) = 153+59+253=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #993BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BFD is #66C402. Grayscale: #6C6C6C. Windows color (decimal): -6734851 or 16595865. OLE color: 16595865.
HSL color Cylindrical-coordinate representation of color #993BFD: hue angle of 269.07º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #993BFD is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 59 | 253 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.01 |
| HSL | 269.07º | 0.98% | 0.61% | - |
| HSV(B) | 269.07º | 0.77% | 0.99% | - |
| XYZ | 32.43 | 16.99 | 94.5 | - |
| YUV | 109.22 | 209.14 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 253 | 0.40 | 0.77 | 0 | 0.01 | 269.07 | 0.98 | 0.61 |
| Hex | 99 | 3B | FD | 28 | 4D | 0 | 1 | 10D | 62 | 3D |
| Octal | 231 | 73 | 375 | 50 | 115 | 0 | 1 | 415 | 142 | 75 |
| Binary | 10011001 | 111011 | 11111101 | 101000 | 1001101 | 0 | 1 | 100001101 | 1100010 | 111101 |
Color Harmonies of #993BFD
Complementary color
Monochromatic Colors of #993BFD
Black with #993BFD
Text Example
Text Example
White with #993BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BFD; }
p { color: rgb(153,59,253); }
H1.HeaderClassName
{
color: #993BFD;
}
.AnyTagClassName
{
color: #993BFD;
}
</style>
background-color css
<style>
a { background-color: #993BFD; }
a { background-color: rgb(153,59,253); }
div.DivClassName
{
background-color: #993BFD;
}
.BgClassName
{
background-color: #993BFD;
}
</style>
border-color css
<style>
span { border-color: #993BFD; }
span { border-color: rgb(153,59,253); }
td.TdClassName
{
border-color: #993BFD;
}
.TagClassName
{
border-color: #993BFD;
}
</style>