Shades of Blue Violet #9943EE
Tints of Blue Violet #9943EE
RGB
CMYK
RGB Variations
Color information
#9943EE (or 0x9943EE) is known color: Blue Violet. HEX triplet: 99, 43 and EE. RGB value is (153,67,238). Sum of RGB (Red+Green+Blue) = 153+67+238=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #9943EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9943EE is #66BC11. Grayscale: #6F6F6F. Windows color (decimal): -6732818 or 15614873. OLE color: 15614873.
HSL color Cylindrical-coordinate representation of color #9943EE: hue angle of 270.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9943EE is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 67 | 238 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.07 |
| HSL | 270.18º | 0.83% | 0.6% | - |
| HSV(B) | 270.18º | 0.72% | 0.93% | - |
| XYZ | 30.58 | 16.96 | 82.55 | - |
| YUV | 112.21 | 198.99 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 238 | 0.36 | 0.72 | 0 | 0.07 | 270.18 | 0.83 | 0.6 |
| Hex | 99 | 43 | EE | 24 | 48 | 0 | 7 | 10E | 53 | 3C |
| Octal | 231 | 103 | 356 | 44 | 110 | 0 | 7 | 416 | 123 | 74 |
| Binary | 10011001 | 1000011 | 11101110 | 100100 | 1001000 | 0 | 111 | 100001110 | 1010011 | 111100 |
Color Harmonies of #9943EE
Complementary color
Monochromatic Colors of #9943EE
Black with #9943EE
Text Example
Text Example
White with #9943EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9943EE; }
p { color: rgb(153,67,238); }
H1.HeaderClassName
{
color: #9943EE;
}
.AnyTagClassName
{
color: #9943EE;
}
</style>
background-color css
<style>
a { background-color: #9943EE; }
a { background-color: rgb(153,67,238); }
div.DivClassName
{
background-color: #9943EE;
}
.BgClassName
{
background-color: #9943EE;
}
</style>
border-color css
<style>
span { border-color: #9943EE; }
span { border-color: rgb(153,67,238); }
td.TdClassName
{
border-color: #9943EE;
}
.TagClassName
{
border-color: #9943EE;
}
</style>