Shades of Blue Violet #993FF3
Tints of Blue Violet #993FF3
RGB
CMYK
RGB Variations
Color information
#993FF3 (or 0x993FF3) is known color: Blue Violet. HEX triplet: 99, 3F and F3. RGB value is (153,63,243). Sum of RGB (Red+Green+Blue) = 153+63+243=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #993FF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FF3 is #66C00C. Grayscale: #6D6D6D. Windows color (decimal): -6733837 or 15941529. OLE color: 15941529.
HSL color Cylindrical-coordinate representation of color #993FF3: hue angle of 270º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993FF3 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 63 | 243 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.05 |
| HSL | 270º | 0.88% | 0.6% | - |
| HSV(B) | 270º | 0.74% | 0.95% | - |
| XYZ | 31.09 | 16.8 | 86.4 | - |
| YUV | 110.43 | 202.82 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 243 | 0.37 | 0.74 | 0 | 0.05 | 270 | 0.88 | 0.6 |
| Hex | 99 | 3F | F3 | 25 | 4A | 0 | 5 | 10E | 58 | 3C |
| Octal | 231 | 77 | 363 | 45 | 112 | 0 | 5 | 416 | 130 | 74 |
| Binary | 10011001 | 111111 | 11110011 | 100101 | 1001010 | 0 | 101 | 100001110 | 1011000 | 111100 |
Color Harmonies of #993FF3
Complementary color
Monochromatic Colors of #993FF3
Black with #993FF3
Text Example
Text Example
White with #993FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FF3; }
p { color: rgb(153,63,243); }
H1.HeaderClassName
{
color: #993FF3;
}
.AnyTagClassName
{
color: #993FF3;
}
</style>
background-color css
<style>
a { background-color: #993FF3; }
a { background-color: rgb(153,63,243); }
div.DivClassName
{
background-color: #993FF3;
}
.BgClassName
{
background-color: #993FF3;
}
</style>
border-color css
<style>
span { border-color: #993FF3; }
span { border-color: rgb(153,63,243); }
td.TdClassName
{
border-color: #993FF3;
}
.TagClassName
{
border-color: #993FF3;
}
</style>