Shades of Blue Violet #993CFF
Tints of Blue Violet #993CFF
RGB
CMYK
RGB Variations
Color information
#993CFF (or 0x993CFF) is known color: Blue Violet. HEX triplet: 99, 3C and FF. RGB value is (153,60,255). Sum of RGB (Red+Green+Blue) = 153+60+255=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #993CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CFF is #66C300. Grayscale: #6D6D6D. Windows color (decimal): -6734593 or 16727193. OLE color: 16727193.
HSL color Cylindrical-coordinate representation of color #993CFF: hue angle of 268.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993CFF is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 60 | 255 | - |
| CMYK | 0.4 | 0.76 | 0 | 0 |
| HSL | 268.62º | 1% | 0.62% | - |
| HSV(B) | 268.62º | 0.76% | 1% | - |
| XYZ | 32.8 | 17.22 | 96.2 | - |
| YUV | 110.04 | 209.81 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 255 | 0.4 | 0.76 | 0 | 0 | 268.62 | 1 | 0.62 |
| Hex | 99 | 3C | FF | 28 | 4C | 0 | 0 | 10D | 64 | 3E |
| Octal | 231 | 74 | 377 | 50 | 114 | 0 | 0 | 415 | 144 | 76 |
| Binary | 10011001 | 111100 | 11111111 | 101000 | 1001100 | 0 | 0 | 100001101 | 1100100 | 111110 |
Color Harmonies of #993CFF
Complementary color
Monochromatic Colors of #993CFF
Black with #993CFF
Text Example
Text Example
White with #993CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CFF; }
p { color: rgb(153,60,255); }
H1.HeaderClassName
{
color: #993CFF;
}
.AnyTagClassName
{
color: #993CFF;
}
</style>
background-color css
<style>
a { background-color: #993CFF; }
a { background-color: rgb(153,60,255); }
div.DivClassName
{
background-color: #993CFF;
}
.BgClassName
{
background-color: #993CFF;
}
</style>
border-color css
<style>
span { border-color: #993CFF; }
span { border-color: rgb(153,60,255); }
td.TdClassName
{
border-color: #993CFF;
}
.TagClassName
{
border-color: #993CFF;
}
</style>