Shades of Blue Violet #9938E0
Tints of Blue Violet #9938E0
RGB
CMYK
RGB Variations
Color information
#9938E0 (or 0x9938E0) is known color: Blue Violet. HEX triplet: 99, 38 and E0. RGB value is (153,56,224). Sum of RGB (Red+Green+Blue) = 153+56+224=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #9938E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9938E0 is #66C71F. Grayscale: #676767. Windows color (decimal): -6735648 or 14694553. OLE color: 14694553.
HSL color Cylindrical-coordinate representation of color #9938E0: hue angle of 274.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9938E0 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 56 | 224 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.12 |
| HSL | 274.64º | 0.73% | 0.55% | - |
| HSV(B) | 274.64º | 0.75% | 0.88% | - |
| XYZ | 28.01 | 14.98 | 71.94 | - |
| YUV | 104.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 224 | 0.32 | 0.75 | 0 | 0.12 | 274.64 | 0.73 | 0.55 |
| Hex | 99 | 38 | E0 | 20 | 4B | 0 | C | 113 | 49 | 37 |
| Octal | 231 | 70 | 340 | 40 | 113 | 0 | 14 | 423 | 111 | 67 |
| Binary | 10011001 | 111000 | 11100000 | 100000 | 1001011 | 0 | 1100 | 100010011 | 1001001 | 110111 |
Color Harmonies of #9938E0
Complementary color
Monochromatic Colors of #9938E0
Black with #9938E0
Text Example
Text Example
White with #9938E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9938E0; }
p { color: rgb(153,56,224); }
H1.HeaderClassName
{
color: #9938E0;
}
.AnyTagClassName
{
color: #9938E0;
}
</style>
background-color css
<style>
a { background-color: #9938E0; }
a { background-color: rgb(153,56,224); }
div.DivClassName
{
background-color: #9938E0;
}
.BgClassName
{
background-color: #9938E0;
}
</style>
border-color css
<style>
span { border-color: #9938E0; }
span { border-color: rgb(153,56,224); }
td.TdClassName
{
border-color: #9938E0;
}
.TagClassName
{
border-color: #9938E0;
}
</style>