Shades of Blue Violet #9845EF
Tints of Blue Violet #9845EF
RGB
CMYK
RGB Variations
Color information
#9845EF (or 0x9845EF) is known color: Blue Violet. HEX triplet: 98, 45 and EF. RGB value is (152,69,239). Sum of RGB (Red+Green+Blue) = 152+69+239=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #9845EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9845EF is #67BA10. Grayscale: #707070. Windows color (decimal): -6797841 or 15680920. OLE color: 15680920.
HSL color Cylindrical-coordinate representation of color #9845EF: hue angle of 269.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9845EF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 69 | 239 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.06 |
| HSL | 269.29º | 0.84% | 0.6% | - |
| HSV(B) | 269.29º | 0.71% | 0.94% | - |
| XYZ | 30.66 | 17.16 | 83.36 | - |
| YUV | 113.2 | 199 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 239 | 0.36 | 0.71 | 0 | 0.06 | 269.29 | 0.84 | 0.6 |
| Hex | 98 | 45 | EF | 24 | 47 | 0 | 6 | 10D | 54 | 3C |
| Octal | 230 | 105 | 357 | 44 | 107 | 0 | 6 | 415 | 124 | 74 |
| Binary | 10011000 | 1000101 | 11101111 | 100100 | 1000111 | 0 | 110 | 100001101 | 1010100 | 111100 |
Color Harmonies of #9845EF
Complementary color
Monochromatic Colors of #9845EF
Black with #9845EF
Text Example
Text Example
White with #9845EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9845EF; }
p { color: rgb(152,69,239); }
H1.HeaderClassName
{
color: #9845EF;
}
.AnyTagClassName
{
color: #9845EF;
}
</style>
background-color css
<style>
a { background-color: #9845EF; }
a { background-color: rgb(152,69,239); }
div.DivClassName
{
background-color: #9845EF;
}
.BgClassName
{
background-color: #9845EF;
}
</style>
border-color css
<style>
span { border-color: #9845EF; }
span { border-color: rgb(152,69,239); }
td.TdClassName
{
border-color: #9845EF;
}
.TagClassName
{
border-color: #9845EF;
}
</style>