Shades of Blue Violet #8836FF
Tints of Blue Violet #8836FF
RGB
CMYK
RGB Variations
Color information
#8836FF (or 0x8836FF) is known color: Blue Violet. HEX triplet: 88, 36 and FF. RGB value is (136,54,255). Sum of RGB (Red+Green+Blue) = 136+54+255=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #8836FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8836FF is #77C900. Grayscale: #646464. Windows color (decimal): -7850241 or 16725640. OLE color: 16725640.
HSL color Cylindrical-coordinate representation of color #8836FF: hue angle of 264.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8836FF is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 54 | 255 | - |
| CMYK | 0.47 | 0.79 | 0 | 0 |
| HSL | 264.48º | 1% | 0.61% | - |
| HSV(B) | 264.48º | 0.79% | 1% | - |
| XYZ | 29.52 | 15.09 | 95.96 | - |
| YUV | 101.43 | 214.67 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 255 | 0.47 | 0.79 | 0 | 0 | 264.48 | 1 | 0.61 |
| Hex | 88 | 36 | FF | 2F | 4F | 0 | 0 | 108 | 64 | 3D |
| Octal | 210 | 66 | 377 | 57 | 117 | 0 | 0 | 410 | 144 | 75 |
| Binary | 10001000 | 110110 | 11111111 | 101111 | 1001111 | 0 | 0 | 100001000 | 1100100 | 111101 |
Color Harmonies of #8836FF
Complementary color
Monochromatic Colors of #8836FF
Black with #8836FF
Text Example
Text Example
White with #8836FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8836FF; }
p { color: rgb(136,54,255); }
H1.HeaderClassName
{
color: #8836FF;
}
.AnyTagClassName
{
color: #8836FF;
}
</style>
background-color css
<style>
a { background-color: #8836FF; }
a { background-color: rgb(136,54,255); }
div.DivClassName
{
background-color: #8836FF;
}
.BgClassName
{
background-color: #8836FF;
}
</style>
border-color css
<style>
span { border-color: #8836FF; }
span { border-color: rgb(136,54,255); }
td.TdClassName
{
border-color: #8836FF;
}
.TagClassName
{
border-color: #8836FF;
}
</style>