Shades of Blue Violet #9934EF
Tints of Blue Violet #9934EF
RGB
CMYK
RGB Variations
Color information
#9934EF (or 0x9934EF) is known color: Blue Violet. HEX triplet: 99, 34 and EF. RGB value is (153,52,239). Sum of RGB (Red+Green+Blue) = 153+52+239=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #9934EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9934EF is #66CB10. Grayscale: #666666. Windows color (decimal): -6736657 or 15676569. OLE color: 15676569.
HSL color Cylindrical-coordinate representation of color #9934EF: hue angle of 272.41º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9934EF is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 52 | 239 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.06 |
| HSL | 272.41º | 0.85% | 0.57% | - |
| HSV(B) | 272.41º | 0.78% | 0.94% | - |
| XYZ | 29.94 | 15.46 | 83.07 | - |
| YUV | 103.52 | 204.46 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 239 | 0.36 | 0.78 | 0 | 0.06 | 272.41 | 0.85 | 0.57 |
| Hex | 99 | 34 | EF | 24 | 4E | 0 | 6 | 110 | 55 | 39 |
| Octal | 231 | 64 | 357 | 44 | 116 | 0 | 6 | 420 | 125 | 71 |
| Binary | 10011001 | 110100 | 11101111 | 100100 | 1001110 | 0 | 110 | 100010000 | 1010101 | 111001 |
Color Harmonies of #9934EF
Complementary color
Monochromatic Colors of #9934EF
Black with #9934EF
Text Example
Text Example
White with #9934EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934EF; }
p { color: rgb(153,52,239); }
H1.HeaderClassName
{
color: #9934EF;
}
.AnyTagClassName
{
color: #9934EF;
}
</style>
background-color css
<style>
a { background-color: #9934EF; }
a { background-color: rgb(153,52,239); }
div.DivClassName
{
background-color: #9934EF;
}
.BgClassName
{
background-color: #9934EF;
}
</style>
border-color css
<style>
span { border-color: #9934EF; }
span { border-color: rgb(153,52,239); }
td.TdClassName
{
border-color: #9934EF;
}
.TagClassName
{
border-color: #9934EF;
}
</style>