Shades of Blue Violet #8835FB
Tints of Blue Violet #8835FB
RGB
CMYK
RGB Variations
Color information
#8835FB (or 0x8835FB) is known color: Blue Violet. HEX triplet: 88, 35 and FB. RGB value is (136,53,251). Sum of RGB (Red+Green+Blue) = 136+53+251=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #8835FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8835FB is #77CA04. Grayscale: #636363. Windows color (decimal): -7850501 or 16463240. OLE color: 16463240.
HSL color Cylindrical-coordinate representation of color #8835FB: hue angle of 265.15º 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 #8835FB is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 53 | 251 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.02 |
| HSL | 265.15º | 0.96% | 0.6% | - |
| HSV(B) | 265.15º | 0.79% | 0.98% | - |
| XYZ | 28.84 | 14.75 | 92.59 | - |
| YUV | 100.39 | 213 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 251 | 0.46 | 0.79 | 0 | 0.02 | 265.15 | 0.96 | 0.6 |
| Hex | 88 | 35 | FB | 2E | 4F | 0 | 2 | 109 | 60 | 3C |
| Octal | 210 | 65 | 373 | 56 | 117 | 0 | 2 | 411 | 140 | 74 |
| Binary | 10001000 | 110101 | 11111011 | 101110 | 1001111 | 0 | 10 | 100001001 | 1100000 | 111100 |
Color Harmonies of #8835FB
Complementary color
Monochromatic Colors of #8835FB
Black with #8835FB
Text Example
Text Example
White with #8835FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8835FB; }
p { color: rgb(136,53,251); }
H1.HeaderClassName
{
color: #8835FB;
}
.AnyTagClassName
{
color: #8835FB;
}
</style>
background-color css
<style>
a { background-color: #8835FB; }
a { background-color: rgb(136,53,251); }
div.DivClassName
{
background-color: #8835FB;
}
.BgClassName
{
background-color: #8835FB;
}
</style>
border-color css
<style>
span { border-color: #8835FB; }
span { border-color: rgb(136,53,251); }
td.TdClassName
{
border-color: #8835FB;
}
.TagClassName
{
border-color: #8835FB;
}
</style>