Shades of Blue Violet #8C36FF
Tints of Blue Violet #8C36FF
RGB
CMYK
RGB Variations
Color information
#8C36FF (or 0x8C36FF) is known color: Blue Violet. HEX triplet: 8C, 36 and FF. RGB value is (140,54,255). Sum of RGB (Red+Green+Blue) = 140+54+255=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C36FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C36FF is #73C900. Grayscale: #656565. Windows color (decimal): -7588097 or 16725644. OLE color: 16725644.
HSL color Cylindrical-coordinate representation of color #8C36FF: hue angle of 265.67º 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 #8C36FF is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 54 | 255 | - |
| CMYK | 0.45 | 0.79 | 0 | 0 |
| HSL | 265.67º | 1% | 0.61% | - |
| HSV(B) | 265.67º | 0.79% | 1% | - |
| XYZ | 30.18 | 15.43 | 96 | - |
| YUV | 102.63 | 213.99 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 255 | 0.45 | 0.79 | 0 | 0 | 265.67 | 1 | 0.61 |
| Hex | 8C | 36 | FF | 2D | 4F | 0 | 0 | 10A | 64 | 3D |
| Octal | 214 | 66 | 377 | 55 | 117 | 0 | 0 | 412 | 144 | 75 |
| Binary | 10001100 | 110110 | 11111111 | 101101 | 1001111 | 0 | 0 | 100001010 | 1100100 | 111101 |
Color Harmonies of #8C36FF
Complementary color
Monochromatic Colors of #8C36FF
Black with #8C36FF
Text Example
Text Example
White with #8C36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C36FF; }
p { color: rgb(140,54,255); }
H1.HeaderClassName
{
color: #8C36FF;
}
.AnyTagClassName
{
color: #8C36FF;
}
</style>
background-color css
<style>
a { background-color: #8C36FF; }
a { background-color: rgb(140,54,255); }
div.DivClassName
{
background-color: #8C36FF;
}
.BgClassName
{
background-color: #8C36FF;
}
</style>
border-color css
<style>
span { border-color: #8C36FF; }
span { border-color: rgb(140,54,255); }
td.TdClassName
{
border-color: #8C36FF;
}
.TagClassName
{
border-color: #8C36FF;
}
</style>