Shades of Blue Violet #993BFF
Tints of Blue Violet #993BFF
RGB
CMYK
RGB Variations
Color information
#993BFF (or 0x993BFF) is known color: Blue Violet. HEX triplet: 99, 3B and FF. RGB value is (153,59,255). Sum of RGB (Red+Green+Blue) = 153+59+255=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #993BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BFF is #66C400. Grayscale: #6C6C6C. Windows color (decimal): -6734849 or 16726937. OLE color: 16726937.
HSL color Cylindrical-coordinate representation of color #993BFF: hue angle of 268.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #993BFF is Cyan = 0.4, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 59 | 255 | - |
| CMYK | 0.4 | 0.77 | 0 | 0 |
| HSL | 268.78º | 1% | 0.62% | - |
| HSV(B) | 268.78º | 0.77% | 1% | - |
| XYZ | 32.75 | 17.12 | 96.19 | - |
| YUV | 109.45 | 210.14 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 255 | 0.4 | 0.77 | 0 | 0 | 268.78 | 1 | 0.62 |
| Hex | 99 | 3B | FF | 28 | 4D | 0 | 0 | 10D | 64 | 3E |
| Octal | 231 | 73 | 377 | 50 | 115 | 0 | 0 | 415 | 144 | 76 |
| Binary | 10011001 | 111011 | 11111111 | 101000 | 1001101 | 0 | 0 | 100001101 | 1100100 | 111110 |
Color Harmonies of #993BFF
Complementary color
Monochromatic Colors of #993BFF
Black with #993BFF
Text Example
Text Example
White with #993BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BFF; }
p { color: rgb(153,59,255); }
H1.HeaderClassName
{
color: #993BFF;
}
.AnyTagClassName
{
color: #993BFF;
}
</style>
background-color css
<style>
a { background-color: #993BFF; }
a { background-color: rgb(153,59,255); }
div.DivClassName
{
background-color: #993BFF;
}
.BgClassName
{
background-color: #993BFF;
}
</style>
border-color css
<style>
span { border-color: #993BFF; }
span { border-color: rgb(153,59,255); }
td.TdClassName
{
border-color: #993BFF;
}
.TagClassName
{
border-color: #993BFF;
}
</style>