Shades of Blue Violet #872CFA
Tints of Blue Violet #872CFA
RGB
CMYK
RGB Variations
Color information
#872CFA (or 0x872CFA) is known color: Blue Violet. HEX triplet: 87, 2C and FA. RGB value is (135,44,250). Sum of RGB (Red+Green+Blue) = 135+44+250=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #872CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #872CFA is #78D305. Grayscale: #5D5D5D. Windows color (decimal): -7918342 or 16395399. OLE color: 16395399.
HSL color Cylindrical-coordinate representation of color #872CFA: hue angle of 266.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #872CFA is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 44 | 250 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.02 |
| HSL | 266.5º | 0.95% | 0.58% | - |
| HSV(B) | 266.5º | 0.82% | 0.98% | - |
| XYZ | 28.15 | 13.85 | 91.63 | - |
| YUV | 94.69 | 215.65 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 250 | 0.46 | 0.82 | 0 | 0.02 | 266.5 | 0.95 | 0.58 |
| Hex | 87 | 2C | FA | 2E | 52 | 0 | 2 | 10B | 5F | 3A |
| Octal | 207 | 54 | 372 | 56 | 122 | 0 | 2 | 413 | 137 | 72 |
| Binary | 10000111 | 101100 | 11111010 | 101110 | 1010010 | 0 | 10 | 100001011 | 1011111 | 111010 |
Color Harmonies of #872CFA
Complementary color
Monochromatic Colors of #872CFA
Black with #872CFA
Text Example
Text Example
White with #872CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872CFA; }
p { color: rgb(135,44,250); }
H1.HeaderClassName
{
color: #872CFA;
}
.AnyTagClassName
{
color: #872CFA;
}
</style>
background-color css
<style>
a { background-color: #872CFA; }
a { background-color: rgb(135,44,250); }
div.DivClassName
{
background-color: #872CFA;
}
.BgClassName
{
background-color: #872CFA;
}
</style>
border-color css
<style>
span { border-color: #872CFA; }
span { border-color: rgb(135,44,250); }
td.TdClassName
{
border-color: #872CFA;
}
.TagClassName
{
border-color: #872CFA;
}
</style>