Shades of Blue Violet #872EFF
Tints of Blue Violet #872EFF
RGB
CMYK
RGB Variations
Color information
#872EFF (or 0x872EFF) is known color: Blue Violet. HEX triplet: 87, 2E and FF. RGB value is (135,46,255). Sum of RGB (Red+Green+Blue) = 135+46+255=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #872EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #872EFF is #78D100. Grayscale: #5F5F5F. Windows color (decimal): -7917825 or 16723591. OLE color: 16723591.
HSL color Cylindrical-coordinate representation of color #872EFF: hue angle of 265.55º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #872EFF is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 46 | 255 | - |
| CMYK | 0.47 | 0.82 | 0 | 0 |
| HSL | 265.55º | 1% | 0.59% | - |
| HSV(B) | 265.55º | 0.82% | 1% | - |
| XYZ | 29.02 | 14.32 | 95.84 | - |
| YUV | 96.44 | 217.49 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 46 | 255 | 0.47 | 0.82 | 0 | 0 | 265.55 | 1 | 0.59 |
| Hex | 87 | 2E | FF | 2F | 52 | 0 | 0 | 10A | 64 | 3B |
| Octal | 207 | 56 | 377 | 57 | 122 | 0 | 0 | 412 | 144 | 73 |
| Binary | 10000111 | 101110 | 11111111 | 101111 | 1010010 | 0 | 0 | 100001010 | 1100100 | 111011 |
Color Harmonies of #872EFF
Complementary color
Monochromatic Colors of #872EFF
Black with #872EFF
Text Example
Text Example
White with #872EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872EFF; }
p { color: rgb(135,46,255); }
H1.HeaderClassName
{
color: #872EFF;
}
.AnyTagClassName
{
color: #872EFF;
}
</style>
background-color css
<style>
a { background-color: #872EFF; }
a { background-color: rgb(135,46,255); }
div.DivClassName
{
background-color: #872EFF;
}
.BgClassName
{
background-color: #872EFF;
}
</style>
border-color css
<style>
span { border-color: #872EFF; }
span { border-color: rgb(135,46,255); }
td.TdClassName
{
border-color: #872EFF;
}
.TagClassName
{
border-color: #872EFF;
}
</style>