Shades of Blue Violet #993CE3
Tints of Blue Violet #993CE3
RGB
CMYK
RGB Variations
Color information
#993CE3 (or 0x993CE3) is known color: Blue Violet. HEX triplet: 99, 3C and E3. RGB value is (153,60,227). Sum of RGB (Red+Green+Blue) = 153+60+227=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 227 (89.06% from 255 or 51.59% from 440); Max value from RGB is 227 - color contains mainly: blue. Hex color #993CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CE3 is #66C31C. Grayscale: #6A6A6A. Windows color (decimal): -6734621 or 14892185. OLE color: 14892185.
HSL color Cylindrical-coordinate representation of color #993CE3: hue angle of 273.41º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993CE3 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 60 | 227 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.11 |
| HSL | 273.41º | 0.75% | 0.56% | - |
| HSV(B) | 273.41º | 0.74% | 0.89% | - |
| XYZ | 28.62 | 15.55 | 74.17 | - |
| YUV | 106.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 227 | 0.33 | 0.74 | 0 | 0.11 | 273.41 | 0.75 | 0.56 |
| Hex | 99 | 3C | E3 | 21 | 4A | 0 | B | 111 | 4B | 38 |
| Octal | 231 | 74 | 343 | 41 | 112 | 0 | 13 | 421 | 113 | 70 |
| Binary | 10011001 | 111100 | 11100011 | 100001 | 1001010 | 0 | 1011 | 100010001 | 1001011 | 111000 |
Color Harmonies of #993CE3
Complementary color
Monochromatic Colors of #993CE3
Black with #993CE3
Text Example
Text Example
White with #993CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CE3; }
p { color: rgb(153,60,227); }
H1.HeaderClassName
{
color: #993CE3;
}
.AnyTagClassName
{
color: #993CE3;
}
</style>
background-color css
<style>
a { background-color: #993CE3; }
a { background-color: rgb(153,60,227); }
div.DivClassName
{
background-color: #993CE3;
}
.BgClassName
{
background-color: #993CE3;
}
</style>
border-color css
<style>
span { border-color: #993CE3; }
span { border-color: rgb(153,60,227); }
td.TdClassName
{
border-color: #993CE3;
}
.TagClassName
{
border-color: #993CE3;
}
</style>