Shades of Blue Violet #993CFC
Tints of Blue Violet #993CFC
RGB
CMYK
RGB Variations
Color information
#993CFC (or 0x993CFC) is known color: Blue Violet. HEX triplet: 99, 3C and FC. RGB value is (153,60,252). Sum of RGB (Red+Green+Blue) = 153+60+252=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #993CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CFC is #66C303. Grayscale: #6D6D6D. Windows color (decimal): -6734596 or 16530585. OLE color: 16530585.
HSL color Cylindrical-coordinate representation of color #993CFC: hue angle of 269.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993CFC is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 60 | 252 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.01 |
| HSL | 269.06º | 0.97% | 0.61% | - |
| HSV(B) | 269.06º | 0.76% | 0.99% | - |
| XYZ | 32.32 | 17.03 | 93.68 | - |
| YUV | 109.7 | 208.31 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 252 | 0.39 | 0.76 | 0 | 0.01 | 269.06 | 0.97 | 0.61 |
| Hex | 99 | 3C | FC | 27 | 4C | 0 | 1 | 10D | 61 | 3D |
| Octal | 231 | 74 | 374 | 47 | 114 | 0 | 1 | 415 | 141 | 75 |
| Binary | 10011001 | 111100 | 11111100 | 100111 | 1001100 | 0 | 1 | 100001101 | 1100001 | 111101 |
Color Harmonies of #993CFC
Complementary color
Monochromatic Colors of #993CFC
Black with #993CFC
Text Example
Text Example
White with #993CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CFC; }
p { color: rgb(153,60,252); }
H1.HeaderClassName
{
color: #993CFC;
}
.AnyTagClassName
{
color: #993CFC;
}
</style>
background-color css
<style>
a { background-color: #993CFC; }
a { background-color: rgb(153,60,252); }
div.DivClassName
{
background-color: #993CFC;
}
.BgClassName
{
background-color: #993CFC;
}
</style>
border-color css
<style>
span { border-color: #993CFC; }
span { border-color: rgb(153,60,252); }
td.TdClassName
{
border-color: #993CFC;
}
.TagClassName
{
border-color: #993CFC;
}
</style>