Shades of Blue Violet #993CF9
Tints of Blue Violet #993CF9
RGB
CMYK
RGB Variations
Color information
#993CF9 (or 0x993CF9) is known color: Blue Violet. HEX triplet: 99, 3C and F9. RGB value is (153,60,249). Sum of RGB (Red+Green+Blue) = 153+60+249=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #993CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CF9 is #66C306. Grayscale: #6C6C6C. Windows color (decimal): -6734599 or 16333977. OLE color: 16333977.
HSL color Cylindrical-coordinate representation of color #993CF9: hue angle of 269.52º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993CF9 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 60 | 249 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.02 |
| HSL | 269.52º | 0.94% | 0.61% | - |
| HSV(B) | 269.52º | 0.76% | 0.98% | - |
| XYZ | 31.85 | 16.84 | 91.19 | - |
| YUV | 109.35 | 206.81 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 249 | 0.39 | 0.76 | 0 | 0.02 | 269.52 | 0.94 | 0.61 |
| Hex | 99 | 3C | F9 | 27 | 4C | 0 | 2 | 10E | 5E | 3D |
| Octal | 231 | 74 | 371 | 47 | 114 | 0 | 2 | 416 | 136 | 75 |
| Binary | 10011001 | 111100 | 11111001 | 100111 | 1001100 | 0 | 10 | 100001110 | 1011110 | 111101 |
Color Harmonies of #993CF9
Complementary color
Monochromatic Colors of #993CF9
Black with #993CF9
Text Example
Text Example
White with #993CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CF9; }
p { color: rgb(153,60,249); }
H1.HeaderClassName
{
color: #993CF9;
}
.AnyTagClassName
{
color: #993CF9;
}
</style>
background-color css
<style>
a { background-color: #993CF9; }
a { background-color: rgb(153,60,249); }
div.DivClassName
{
background-color: #993CF9;
}
.BgClassName
{
background-color: #993CF9;
}
</style>
border-color css
<style>
span { border-color: #993CF9; }
span { border-color: rgb(153,60,249); }
td.TdClassName
{
border-color: #993CF9;
}
.TagClassName
{
border-color: #993CF9;
}
</style>