Shades of Blue Violet #9838F6
Tints of Blue Violet #9838F6
RGB
CMYK
RGB Variations
Color information
#9838F6 (or 0x9838F6) is known color: Blue Violet. HEX triplet: 98, 38 and F6. RGB value is (152,56,246). Sum of RGB (Red+Green+Blue) = 152+56+246=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #9838F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9838F6 is #67C709. Grayscale: #696969. Windows color (decimal): -6801162 or 16136344. OLE color: 16136344.
HSL color Cylindrical-coordinate representation of color #9838F6: hue angle of 270.32º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9838F6 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 56 | 246 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.04 |
| HSL | 270.32º | 0.91% | 0.59% | - |
| HSV(B) | 270.32º | 0.77% | 0.96% | - |
| XYZ | 31 | 16.16 | 88.67 | - |
| YUV | 106.36 | 206.8 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 246 | 0.38 | 0.77 | 0 | 0.04 | 270.32 | 0.91 | 0.59 |
| Hex | 98 | 38 | F6 | 26 | 4D | 0 | 4 | 10E | 5B | 3B |
| Octal | 230 | 70 | 366 | 46 | 115 | 0 | 4 | 416 | 133 | 73 |
| Binary | 10011000 | 111000 | 11110110 | 100110 | 1001101 | 0 | 100 | 100001110 | 1011011 | 111011 |
Color Harmonies of #9838F6
Complementary color
Monochromatic Colors of #9838F6
Black with #9838F6
Text Example
Text Example
White with #9838F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9838F6; }
p { color: rgb(152,56,246); }
H1.HeaderClassName
{
color: #9838F6;
}
.AnyTagClassName
{
color: #9838F6;
}
</style>
background-color css
<style>
a { background-color: #9838F6; }
a { background-color: rgb(152,56,246); }
div.DivClassName
{
background-color: #9838F6;
}
.BgClassName
{
background-color: #9838F6;
}
</style>
border-color css
<style>
span { border-color: #9838F6; }
span { border-color: rgb(152,56,246); }
td.TdClassName
{
border-color: #9838F6;
}
.TagClassName
{
border-color: #9838F6;
}
</style>