Shades of Blue Violet #9836FA
Tints of Blue Violet #9836FA
RGB
CMYK
RGB Variations
Color information
#9836FA (or 0x9836FA) is known color: Blue Violet. HEX triplet: 98, 36 and FA. RGB value is (152,54,250). Sum of RGB (Red+Green+Blue) = 152+54+250=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #9836FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9836FA is #67C905. Grayscale: #686868. Windows color (decimal): -6801670 or 16397976. OLE color: 16397976.
HSL color Cylindrical-coordinate representation of color #9836FA: hue angle of 270º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9836FA is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 54 | 250 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.02 |
| HSL | 270º | 0.95% | 0.6% | - |
| HSV(B) | 270º | 0.78% | 0.98% | - |
| XYZ | 31.52 | 16.22 | 91.91 | - |
| YUV | 105.65 | 209.47 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 250 | 0.39 | 0.78 | 0 | 0.02 | 270 | 0.95 | 0.6 |
| Hex | 98 | 36 | FA | 27 | 4E | 0 | 2 | 10E | 5F | 3C |
| Octal | 230 | 66 | 372 | 47 | 116 | 0 | 2 | 416 | 137 | 74 |
| Binary | 10011000 | 110110 | 11111010 | 100111 | 1001110 | 0 | 10 | 100001110 | 1011111 | 111100 |
Color Harmonies of #9836FA
Complementary color
Monochromatic Colors of #9836FA
Black with #9836FA
Text Example
Text Example
White with #9836FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9836FA; }
p { color: rgb(152,54,250); }
H1.HeaderClassName
{
color: #9836FA;
}
.AnyTagClassName
{
color: #9836FA;
}
</style>
background-color css
<style>
a { background-color: #9836FA; }
a { background-color: rgb(152,54,250); }
div.DivClassName
{
background-color: #9836FA;
}
.BgClassName
{
background-color: #9836FA;
}
</style>
border-color css
<style>
span { border-color: #9836FA; }
span { border-color: rgb(152,54,250); }
td.TdClassName
{
border-color: #9836FA;
}
.TagClassName
{
border-color: #9836FA;
}
</style>