Shades of Blue Violet #993FFC
Tints of Blue Violet #993FFC
RGB
CMYK
RGB Variations
Color information
#993FFC (or 0x993FFC) is known color: Blue Violet. HEX triplet: 99, 3F and FC. RGB value is (153,63,252). Sum of RGB (Red+Green+Blue) = 153+63+252=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #993FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FFC is #66C003. Grayscale: #6E6E6E. Windows color (decimal): -6733828 or 16531353. OLE color: 16531353.
HSL color Cylindrical-coordinate representation of color #993FFC: hue angle of 268.57º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993FFC is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 63 | 252 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.01 |
| HSL | 268.57º | 0.97% | 0.62% | - |
| HSV(B) | 268.57º | 0.75% | 0.99% | - |
| XYZ | 32.49 | 17.36 | 93.73 | - |
| YUV | 111.46 | 207.32 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 252 | 0.39 | 0.75 | 0 | 0.01 | 268.57 | 0.97 | 0.62 |
| Hex | 99 | 3F | FC | 27 | 4B | 0 | 1 | 10D | 61 | 3E |
| Octal | 231 | 77 | 374 | 47 | 113 | 0 | 1 | 415 | 141 | 76 |
| Binary | 10011001 | 111111 | 11111100 | 100111 | 1001011 | 0 | 1 | 100001101 | 1100001 | 111110 |
Color Harmonies of #993FFC
Complementary color
Monochromatic Colors of #993FFC
Black with #993FFC
Text Example
Text Example
White with #993FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FFC; }
p { color: rgb(153,63,252); }
H1.HeaderClassName
{
color: #993FFC;
}
.AnyTagClassName
{
color: #993FFC;
}
</style>
background-color css
<style>
a { background-color: #993FFC; }
a { background-color: rgb(153,63,252); }
div.DivClassName
{
background-color: #993FFC;
}
.BgClassName
{
background-color: #993FFC;
}
</style>
border-color css
<style>
span { border-color: #993FFC; }
span { border-color: rgb(153,63,252); }
td.TdClassName
{
border-color: #993FFC;
}
.TagClassName
{
border-color: #993FFC;
}
</style>