Shades of Blue Violet #993EF6
Tints of Blue Violet #993EF6
RGB
CMYK
RGB Variations
Color information
#993EF6 (or 0x993EF6) is known color: Blue Violet. HEX triplet: 99, 3E and F6. RGB value is (153,62,246). Sum of RGB (Red+Green+Blue) = 153+62+246=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #993EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EF6 is #66C109. Grayscale: #6D6D6D. Windows color (decimal): -6734090 or 16137881. OLE color: 16137881.
HSL color Cylindrical-coordinate representation of color #993EF6: hue angle of 269.67º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993EF6 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 62 | 246 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.04 |
| HSL | 269.67º | 0.91% | 0.6% | - |
| HSV(B) | 269.67º | 0.75% | 0.96% | - |
| XYZ | 31.49 | 16.87 | 88.79 | - |
| YUV | 110.19 | 204.65 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 246 | 0.38 | 0.75 | 0 | 0.04 | 269.67 | 0.91 | 0.6 |
| Hex | 99 | 3E | F6 | 26 | 4B | 0 | 4 | 10E | 5B | 3C |
| Octal | 231 | 76 | 366 | 46 | 113 | 0 | 4 | 416 | 133 | 74 |
| Binary | 10011001 | 111110 | 11110110 | 100110 | 1001011 | 0 | 100 | 100001110 | 1011011 | 111100 |
Color Harmonies of #993EF6
Complementary color
Monochromatic Colors of #993EF6
Black with #993EF6
Text Example
Text Example
White with #993EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EF6; }
p { color: rgb(153,62,246); }
H1.HeaderClassName
{
color: #993EF6;
}
.AnyTagClassName
{
color: #993EF6;
}
</style>
background-color css
<style>
a { background-color: #993EF6; }
a { background-color: rgb(153,62,246); }
div.DivClassName
{
background-color: #993EF6;
}
.BgClassName
{
background-color: #993EF6;
}
</style>
border-color css
<style>
span { border-color: #993EF6; }
span { border-color: rgb(153,62,246); }
td.TdClassName
{
border-color: #993EF6;
}
.TagClassName
{
border-color: #993EF6;
}
</style>