Shades of Blue Violet #9835FB
Tints of Blue Violet #9835FB
RGB
CMYK
RGB Variations
Color information
#9835FB (or 0x9835FB) is known color: Blue Violet. HEX triplet: 98, 35 and FB. RGB value is (152,53,251). Sum of RGB (Red+Green+Blue) = 152+53+251=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #9835FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9835FB is #67CA04. Grayscale: #686868. Windows color (decimal): -6801925 or 16463256. OLE color: 16463256.
HSL color Cylindrical-coordinate representation of color #9835FB: hue angle of 270º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9835FB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 53 | 251 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.02 |
| HSL | 270º | 0.96% | 0.6% | - |
| HSV(B) | 270º | 0.79% | 0.98% | - |
| XYZ | 31.63 | 16.19 | 92.72 | - |
| YUV | 105.17 | 210.3 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 251 | 0.39 | 0.79 | 0 | 0.02 | 270 | 0.96 | 0.6 |
| Hex | 98 | 35 | FB | 27 | 4F | 0 | 2 | 10E | 60 | 3C |
| Octal | 230 | 65 | 373 | 47 | 117 | 0 | 2 | 416 | 140 | 74 |
| Binary | 10011000 | 110101 | 11111011 | 100111 | 1001111 | 0 | 10 | 100001110 | 1100000 | 111100 |
Color Harmonies of #9835FB
Complementary color
Monochromatic Colors of #9835FB
Black with #9835FB
Text Example
Text Example
White with #9835FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9835FB; }
p { color: rgb(152,53,251); }
H1.HeaderClassName
{
color: #9835FB;
}
.AnyTagClassName
{
color: #9835FB;
}
</style>
background-color css
<style>
a { background-color: #9835FB; }
a { background-color: rgb(152,53,251); }
div.DivClassName
{
background-color: #9835FB;
}
.BgClassName
{
background-color: #9835FB;
}
</style>
border-color css
<style>
span { border-color: #9835FB; }
span { border-color: rgb(152,53,251); }
td.TdClassName
{
border-color: #9835FB;
}
.TagClassName
{
border-color: #9835FB;
}
</style>