Shades of Blue Violet #993BF5
Tints of Blue Violet #993BF5
RGB
CMYK
RGB Variations
Color information
#993BF5 (or 0x993BF5) is known color: Blue Violet. HEX triplet: 99, 3B and F5. RGB value is (153,59,245). Sum of RGB (Red+Green+Blue) = 153+59+245=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #993BF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BF5 is #66C40A. Grayscale: #6B6B6B. Windows color (decimal): -6734859 or 16071577. OLE color: 16071577.
HSL color Cylindrical-coordinate representation of color #993BF5: hue angle of 270.32º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993BF5 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 59 | 245 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.04 |
| HSL | 270.32º | 0.9% | 0.6% | - |
| HSV(B) | 270.32º | 0.76% | 0.96% | - |
| XYZ | 31.18 | 16.49 | 87.93 | - |
| YUV | 108.31 | 205.14 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 245 | 0.38 | 0.76 | 0 | 0.04 | 270.32 | 0.9 | 0.6 |
| Hex | 99 | 3B | F5 | 26 | 4C | 0 | 4 | 10E | 5A | 3C |
| Octal | 231 | 73 | 365 | 46 | 114 | 0 | 4 | 416 | 132 | 74 |
| Binary | 10011001 | 111011 | 11110101 | 100110 | 1001100 | 0 | 100 | 100001110 | 1011010 | 111100 |
Color Harmonies of #993BF5
Complementary color
Monochromatic Colors of #993BF5
Black with #993BF5
Text Example
Text Example
White with #993BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BF5; }
p { color: rgb(153,59,245); }
H1.HeaderClassName
{
color: #993BF5;
}
.AnyTagClassName
{
color: #993BF5;
}
</style>
background-color css
<style>
a { background-color: #993BF5; }
a { background-color: rgb(153,59,245); }
div.DivClassName
{
background-color: #993BF5;
}
.BgClassName
{
background-color: #993BF5;
}
</style>
border-color css
<style>
span { border-color: #993BF5; }
span { border-color: rgb(153,59,245); }
td.TdClassName
{
border-color: #993BF5;
}
.TagClassName
{
border-color: #993BF5;
}
</style>