Shades of Blue Violet #993AF0
Tints of Blue Violet #993AF0
RGB
CMYK
RGB Variations
Color information
#993AF0 (or 0x993AF0) is known color: Blue Violet. HEX triplet: 99, 3A and F0. RGB value is (153,58,240). Sum of RGB (Red+Green+Blue) = 153+58+240=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #993AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993AF0 is #66C50F. Grayscale: #6A6A6A. Windows color (decimal): -6735120 or 15743641. OLE color: 15743641.
HSL color Cylindrical-coordinate representation of color #993AF0: hue angle of 271.32º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993AF0 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 58 | 240 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.06 |
| HSL | 271.32º | 0.86% | 0.58% | - |
| HSV(B) | 271.32º | 0.76% | 0.94% | - |
| XYZ | 30.38 | 16.09 | 83.94 | - |
| YUV | 107.15 | 202.97 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 240 | 0.36 | 0.76 | 0 | 0.06 | 271.32 | 0.86 | 0.58 |
| Hex | 99 | 3A | F0 | 24 | 4C | 0 | 6 | 10F | 56 | 3A |
| Octal | 231 | 72 | 360 | 44 | 114 | 0 | 6 | 417 | 126 | 72 |
| Binary | 10011001 | 111010 | 11110000 | 100100 | 1001100 | 0 | 110 | 100001111 | 1010110 | 111010 |
Color Harmonies of #993AF0
Complementary color
Monochromatic Colors of #993AF0
Black with #993AF0
Text Example
Text Example
White with #993AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993AF0; }
p { color: rgb(153,58,240); }
H1.HeaderClassName
{
color: #993AF0;
}
.AnyTagClassName
{
color: #993AF0;
}
</style>
background-color css
<style>
a { background-color: #993AF0; }
a { background-color: rgb(153,58,240); }
div.DivClassName
{
background-color: #993AF0;
}
.BgClassName
{
background-color: #993AF0;
}
</style>
border-color css
<style>
span { border-color: #993AF0; }
span { border-color: rgb(153,58,240); }
td.TdClassName
{
border-color: #993AF0;
}
.TagClassName
{
border-color: #993AF0;
}
</style>