Shades of Blue Violet #872FFC
Tints of Blue Violet #872FFC
RGB
CMYK
RGB Variations
Color information
#872FFC (or 0x872FFC) is known color: Blue Violet. HEX triplet: 87, 2F and FC. RGB value is (135,47,252). Sum of RGB (Red+Green+Blue) = 135+47+252=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #872FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #872FFC is #78D003. Grayscale: #5F5F5F. Windows color (decimal): -7917572 or 16527239. OLE color: 16527239.
HSL color Cylindrical-coordinate representation of color #872FFC: hue angle of 265.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #872FFC is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 47 | 252 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.01 |
| HSL | 265.76º | 0.97% | 0.59% | - |
| HSV(B) | 265.76º | 0.81% | 0.99% | - |
| XYZ | 28.58 | 14.21 | 93.33 | - |
| YUV | 96.68 | 215.65 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 252 | 0.46 | 0.81 | 0 | 0.01 | 265.76 | 0.97 | 0.59 |
| Hex | 87 | 2F | FC | 2E | 51 | 0 | 1 | 10A | 61 | 3B |
| Octal | 207 | 57 | 374 | 56 | 121 | 0 | 1 | 412 | 141 | 73 |
| Binary | 10000111 | 101111 | 11111100 | 101110 | 1010001 | 0 | 1 | 100001010 | 1100001 | 111011 |
Color Harmonies of #872FFC
Complementary color
Monochromatic Colors of #872FFC
Black with #872FFC
Text Example
Text Example
White with #872FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872FFC; }
p { color: rgb(135,47,252); }
H1.HeaderClassName
{
color: #872FFC;
}
.AnyTagClassName
{
color: #872FFC;
}
</style>
background-color css
<style>
a { background-color: #872FFC; }
a { background-color: rgb(135,47,252); }
div.DivClassName
{
background-color: #872FFC;
}
.BgClassName
{
background-color: #872FFC;
}
</style>
border-color css
<style>
span { border-color: #872FFC; }
span { border-color: rgb(135,47,252); }
td.TdClassName
{
border-color: #872FFC;
}
.TagClassName
{
border-color: #872FFC;
}
</style>