Shades of Blue Violet #993AF6
Tints of Blue Violet #993AF6
RGB
CMYK
RGB Variations
Color information
#993AF6 (or 0x993AF6) is known color: Blue Violet. HEX triplet: 99, 3A and F6. RGB value is (153,58,246). Sum of RGB (Red+Green+Blue) = 153+58+246=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #993AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993AF6 is #66C509. Grayscale: #6B6B6B. Windows color (decimal): -6735114 or 16136857. OLE color: 16136857.
HSL color Cylindrical-coordinate representation of color #993AF6: hue angle of 270.32º degrees, saturation: 0.91, 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 #993AF6 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 58 | 246 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.04 |
| HSL | 270.32º | 0.91% | 0.6% | - |
| HSV(B) | 270.32º | 0.76% | 0.96% | - |
| XYZ | 31.28 | 16.45 | 88.72 | - |
| YUV | 107.84 | 205.97 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 246 | 0.38 | 0.76 | 0 | 0.04 | 270.32 | 0.91 | 0.6 |
| Hex | 99 | 3A | F6 | 26 | 4C | 0 | 4 | 10E | 5B | 3C |
| Octal | 231 | 72 | 366 | 46 | 114 | 0 | 4 | 416 | 133 | 74 |
| Binary | 10011001 | 111010 | 11110110 | 100110 | 1001100 | 0 | 100 | 100001110 | 1011011 | 111100 |
Color Harmonies of #993AF6
Complementary color
Monochromatic Colors of #993AF6
Black with #993AF6
Text Example
Text Example
White with #993AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993AF6; }
p { color: rgb(153,58,246); }
H1.HeaderClassName
{
color: #993AF6;
}
.AnyTagClassName
{
color: #993AF6;
}
</style>
background-color css
<style>
a { background-color: #993AF6; }
a { background-color: rgb(153,58,246); }
div.DivClassName
{
background-color: #993AF6;
}
.BgClassName
{
background-color: #993AF6;
}
</style>
border-color css
<style>
span { border-color: #993AF6; }
span { border-color: rgb(153,58,246); }
td.TdClassName
{
border-color: #993AF6;
}
.TagClassName
{
border-color: #993AF6;
}
</style>