Shades of Blue Violet #993CF2
Tints of Blue Violet #993CF2
RGB
CMYK
RGB Variations
Color information
#993CF2 (or 0x993CF2) is known color: Blue Violet. HEX triplet: 99, 3C and F2. RGB value is (153,60,242). Sum of RGB (Red+Green+Blue) = 153+60+242=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #993CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CF2 is #66C30D. Grayscale: #6B6B6B. Windows color (decimal): -6734606 or 15875225. OLE color: 15875225.
HSL color Cylindrical-coordinate representation of color #993CF2: hue angle of 270.66º degrees, saturation: 0.88, 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 #993CF2 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 60 | 242 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.05 |
| HSL | 270.66º | 0.88% | 0.59% | - |
| HSV(B) | 270.66º | 0.75% | 0.95% | - |
| XYZ | 30.78 | 16.41 | 85.55 | - |
| YUV | 108.56 | 203.31 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 242 | 0.37 | 0.75 | 0 | 0.05 | 270.66 | 0.88 | 0.59 |
| Hex | 99 | 3C | F2 | 25 | 4B | 0 | 5 | 10F | 58 | 3B |
| Octal | 231 | 74 | 362 | 45 | 113 | 0 | 5 | 417 | 130 | 73 |
| Binary | 10011001 | 111100 | 11110010 | 100101 | 1001011 | 0 | 101 | 100001111 | 1011000 | 111011 |
Color Harmonies of #993CF2
Complementary color
Monochromatic Colors of #993CF2
Black with #993CF2
Text Example
Text Example
White with #993CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CF2; }
p { color: rgb(153,60,242); }
H1.HeaderClassName
{
color: #993CF2;
}
.AnyTagClassName
{
color: #993CF2;
}
</style>
background-color css
<style>
a { background-color: #993CF2; }
a { background-color: rgb(153,60,242); }
div.DivClassName
{
background-color: #993CF2;
}
.BgClassName
{
background-color: #993CF2;
}
</style>
border-color css
<style>
span { border-color: #993CF2; }
span { border-color: rgb(153,60,242); }
td.TdClassName
{
border-color: #993CF2;
}
.TagClassName
{
border-color: #993CF2;
}
</style>