Shades of Blue Violet #993FFB
Tints of Blue Violet #993FFB
RGB
CMYK
RGB Variations
Color information
#993FFB (or 0x993FFB) is known color: Blue Violet. HEX triplet: 99, 3F and FB. RGB value is (153,63,251). Sum of RGB (Red+Green+Blue) = 153+63+251=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #993FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FFB is #66C004. Grayscale: #6E6E6E. Windows color (decimal): -6733829 or 16465817. OLE color: 16465817.
HSL color Cylindrical-coordinate representation of color #993FFB: hue angle of 268.72º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993FFB is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 63 | 251 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.02 |
| HSL | 268.72º | 0.96% | 0.62% | - |
| HSV(B) | 268.72º | 0.75% | 0.98% | - |
| XYZ | 32.33 | 17.29 | 92.9 | - |
| YUV | 111.34 | 206.82 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 251 | 0.39 | 0.75 | 0 | 0.02 | 268.72 | 0.96 | 0.62 |
| Hex | 99 | 3F | FB | 27 | 4B | 0 | 2 | 10D | 60 | 3E |
| Octal | 231 | 77 | 373 | 47 | 113 | 0 | 2 | 415 | 140 | 76 |
| Binary | 10011001 | 111111 | 11111011 | 100111 | 1001011 | 0 | 10 | 100001101 | 1100000 | 111110 |
Color Harmonies of #993FFB
Complementary color
Monochromatic Colors of #993FFB
Black with #993FFB
Text Example
Text Example
White with #993FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FFB; }
p { color: rgb(153,63,251); }
H1.HeaderClassName
{
color: #993FFB;
}
.AnyTagClassName
{
color: #993FFB;
}
</style>
background-color css
<style>
a { background-color: #993FFB; }
a { background-color: rgb(153,63,251); }
div.DivClassName
{
background-color: #993FFB;
}
.BgClassName
{
background-color: #993FFB;
}
</style>
border-color css
<style>
span { border-color: #993FFB; }
span { border-color: rgb(153,63,251); }
td.TdClassName
{
border-color: #993FFB;
}
.TagClassName
{
border-color: #993FFB;
}
</style>