Shades of Blue Violet #9838FE
Tints of Blue Violet #9838FE
RGB
CMYK
RGB Variations
Color information
#9838FE (or 0x9838FE) is known color: Blue Violet. HEX triplet: 98, 38 and FE. RGB value is (152,56,254). Sum of RGB (Red+Green+Blue) = 152+56+254=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #9838FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9838FE is #67C701. Grayscale: #6A6A6A. Windows color (decimal): -6801154 or 16660632. OLE color: 16660632.
HSL color Cylindrical-coordinate representation of color #9838FE: hue angle of 269.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9838FE is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 56 | 254 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.00 |
| HSL | 269.09º | 0.99% | 0.61% | - |
| HSV(B) | 269.09º | 0.78% | 1% | - |
| XYZ | 32.25 | 16.66 | 95.28 | - |
| YUV | 107.28 | 210.8 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 254 | 0.40 | 0.78 | 0 | 0.00 | 269.09 | 0.99 | 0.61 |
| Hex | 98 | 38 | FE | 28 | 4E | 0 | 0 | 10D | 63 | 3D |
| Octal | 230 | 70 | 376 | 50 | 116 | 0 | 0 | 415 | 143 | 75 |
| Binary | 10011000 | 111000 | 11111110 | 101000 | 1001110 | 0 | 0 | 100001101 | 1100011 | 111101 |
Color Harmonies of #9838FE
Complementary color
Monochromatic Colors of #9838FE
Black with #9838FE
Text Example
Text Example
White with #9838FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9838FE; }
p { color: rgb(152,56,254); }
H1.HeaderClassName
{
color: #9838FE;
}
.AnyTagClassName
{
color: #9838FE;
}
</style>
background-color css
<style>
a { background-color: #9838FE; }
a { background-color: rgb(152,56,254); }
div.DivClassName
{
background-color: #9838FE;
}
.BgClassName
{
background-color: #9838FE;
}
</style>
border-color css
<style>
span { border-color: #9838FE; }
span { border-color: rgb(152,56,254); }
td.TdClassName
{
border-color: #9838FE;
}
.TagClassName
{
border-color: #9838FE;
}
</style>