Shades of Blue Violet #993CF1
Tints of Blue Violet #993CF1
RGB
CMYK
RGB Variations
Color information
#993CF1 (or 0x993CF1) is known color: Blue Violet. HEX triplet: 99, 3C and F1. RGB value is (153,60,241). Sum of RGB (Red+Green+Blue) = 153+60+241=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #993CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CF1 is #66C30E. Grayscale: #6B6B6B. Windows color (decimal): -6734607 or 15809689. OLE color: 15809689.
HSL color Cylindrical-coordinate representation of color #993CF1: hue angle of 270.83º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993CF1 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 60 | 241 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.05 |
| HSL | 270.83º | 0.87% | 0.59% | - |
| HSV(B) | 270.83º | 0.75% | 0.95% | - |
| XYZ | 30.63 | 16.35 | 84.76 | - |
| YUV | 108.44 | 202.81 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 241 | 0.37 | 0.75 | 0 | 0.05 | 270.83 | 0.87 | 0.59 |
| Hex | 99 | 3C | F1 | 25 | 4B | 0 | 5 | 10F | 57 | 3B |
| Octal | 231 | 74 | 361 | 45 | 113 | 0 | 5 | 417 | 127 | 73 |
| Binary | 10011001 | 111100 | 11110001 | 100101 | 1001011 | 0 | 101 | 100001111 | 1010111 | 111011 |
Color Harmonies of #993CF1
Complementary color
Monochromatic Colors of #993CF1
Black with #993CF1
Text Example
Text Example
White with #993CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CF1; }
p { color: rgb(153,60,241); }
H1.HeaderClassName
{
color: #993CF1;
}
.AnyTagClassName
{
color: #993CF1;
}
</style>
background-color css
<style>
a { background-color: #993CF1; }
a { background-color: rgb(153,60,241); }
div.DivClassName
{
background-color: #993CF1;
}
.BgClassName
{
background-color: #993CF1;
}
</style>
border-color css
<style>
span { border-color: #993CF1; }
span { border-color: rgb(153,60,241); }
td.TdClassName
{
border-color: #993CF1;
}
.TagClassName
{
border-color: #993CF1;
}
</style>