Shades of Blue Violet #872BED
Tints of Blue Violet #872BED
RGB
CMYK
RGB Variations
Color information
#872BED (or 0x872BED) is known color: Blue Violet. HEX triplet: 87, 2B and ED. RGB value is (135,43,237). Sum of RGB (Red+Green+Blue) = 135+43+237=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #872BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #872BED is #78D412. Grayscale: #5B5B5B. Windows color (decimal): -7918611 or 15543175. OLE color: 15543175.
HSL color Cylindrical-coordinate representation of color #872BED: hue angle of 268.45º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #872BED is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 43 | 237 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.07 |
| HSL | 268.45º | 0.84% | 0.55% | - |
| HSV(B) | 268.45º | 0.82% | 0.93% | - |
| XYZ | 26.14 | 12.99 | 81.25 | - |
| YUV | 92.62 | 209.48 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 43 | 237 | 0.43 | 0.82 | 0 | 0.07 | 268.45 | 0.84 | 0.55 |
| Hex | 87 | 2B | ED | 2B | 52 | 0 | 7 | 10C | 54 | 37 |
| Octal | 207 | 53 | 355 | 53 | 122 | 0 | 7 | 414 | 124 | 67 |
| Binary | 10000111 | 101011 | 11101101 | 101011 | 1010010 | 0 | 111 | 100001100 | 1010100 | 110111 |
Color Harmonies of #872BED
Complementary color
Monochromatic Colors of #872BED
Black with #872BED
Text Example
Text Example
White with #872BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872BED; }
p { color: rgb(135,43,237); }
H1.HeaderClassName
{
color: #872BED;
}
.AnyTagClassName
{
color: #872BED;
}
</style>
background-color css
<style>
a { background-color: #872BED; }
a { background-color: rgb(135,43,237); }
div.DivClassName
{
background-color: #872BED;
}
.BgClassName
{
background-color: #872BED;
}
</style>
border-color css
<style>
span { border-color: #872BED; }
span { border-color: rgb(135,43,237); }
td.TdClassName
{
border-color: #872BED;
}
.TagClassName
{
border-color: #872BED;
}
</style>