Shades of Blue Violet #993CFD
Tints of Blue Violet #993CFD
RGB
CMYK
RGB Variations
Color information
#993CFD (or 0x993CFD) is known color: Blue Violet. HEX triplet: 99, 3C and FD. RGB value is (153,60,253). Sum of RGB (Red+Green+Blue) = 153+60+253=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #993CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CFD is #66C302. Grayscale: #6D6D6D. Windows color (decimal): -6734595 or 16596121. OLE color: 16596121.
HSL color Cylindrical-coordinate representation of color #993CFD: hue angle of 268.91º degrees, saturation: 0.98, 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 #993CFD is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 60 | 253 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.01 |
| HSL | 268.91º | 0.98% | 0.61% | - |
| HSV(B) | 268.91º | 0.76% | 0.99% | - |
| XYZ | 32.48 | 17.1 | 94.52 | - |
| YUV | 109.81 | 208.81 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 253 | 0.40 | 0.76 | 0 | 0.01 | 268.91 | 0.98 | 0.61 |
| Hex | 99 | 3C | FD | 28 | 4C | 0 | 1 | 10D | 62 | 3D |
| Octal | 231 | 74 | 375 | 50 | 114 | 0 | 1 | 415 | 142 | 75 |
| Binary | 10011001 | 111100 | 11111101 | 101000 | 1001100 | 0 | 1 | 100001101 | 1100010 | 111101 |
Color Harmonies of #993CFD
Complementary color
Monochromatic Colors of #993CFD
Black with #993CFD
Text Example
Text Example
White with #993CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CFD; }
p { color: rgb(153,60,253); }
H1.HeaderClassName
{
color: #993CFD;
}
.AnyTagClassName
{
color: #993CFD;
}
</style>
background-color css
<style>
a { background-color: #993CFD; }
a { background-color: rgb(153,60,253); }
div.DivClassName
{
background-color: #993CFD;
}
.BgClassName
{
background-color: #993CFD;
}
</style>
border-color css
<style>
span { border-color: #993CFD; }
span { border-color: rgb(153,60,253); }
td.TdClassName
{
border-color: #993CFD;
}
.TagClassName
{
border-color: #993CFD;
}
</style>