Shades of Blue Violet #993CF7
Tints of Blue Violet #993CF7
RGB
CMYK
RGB Variations
Color information
#993CF7 (or 0x993CF7) is known color: Blue Violet. HEX triplet: 99, 3C and F7. RGB value is (153,60,247). Sum of RGB (Red+Green+Blue) = 153+60+247=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #993CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CF7 is #66C308. Grayscale: #6C6C6C. Windows color (decimal): -6734601 or 16202905. OLE color: 16202905.
HSL color Cylindrical-coordinate representation of color #993CF7: hue angle of 269.84º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993CF7 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 60 | 247 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.03 |
| HSL | 269.84º | 0.92% | 0.6% | - |
| HSV(B) | 269.84º | 0.76% | 0.97% | - |
| XYZ | 31.54 | 16.72 | 89.56 | - |
| YUV | 109.13 | 205.81 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 247 | 0.38 | 0.76 | 0 | 0.03 | 269.84 | 0.92 | 0.6 |
| Hex | 99 | 3C | F7 | 26 | 4C | 0 | 3 | 10E | 5C | 3C |
| Octal | 231 | 74 | 367 | 46 | 114 | 0 | 3 | 416 | 134 | 74 |
| Binary | 10011001 | 111100 | 11110111 | 100110 | 1001100 | 0 | 11 | 100001110 | 1011100 | 111100 |
Color Harmonies of #993CF7
Complementary color
Monochromatic Colors of #993CF7
Black with #993CF7
Text Example
Text Example
White with #993CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CF7; }
p { color: rgb(153,60,247); }
H1.HeaderClassName
{
color: #993CF7;
}
.AnyTagClassName
{
color: #993CF7;
}
</style>
background-color css
<style>
a { background-color: #993CF7; }
a { background-color: rgb(153,60,247); }
div.DivClassName
{
background-color: #993CF7;
}
.BgClassName
{
background-color: #993CF7;
}
</style>
border-color css
<style>
span { border-color: #993CF7; }
span { border-color: rgb(153,60,247); }
td.TdClassName
{
border-color: #993CF7;
}
.TagClassName
{
border-color: #993CF7;
}
</style>